Add parsing support for Microsoft attributes. MS attributes will just be skipped...
commitdd312b31f9f1cc912df819cba0dd2b11d3f87879
authorFrancois Pichet <pichet2000@gmail.com>
Mon, 11 Oct 2010 12:59:39 +0000 (11 12:59 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Mon, 11 Oct 2010 12:59:39 +0000 (11 12:59 +0000)
tree76d1eff598d39f89054b7ca6fd842e6dc6aea6b2
parentbfc3e4cea94b98fd5b05a63f1d8ea4eb4ff99197
Add parsing support for Microsoft attributes. MS attributes will just be skipped and not inserted into the AST for now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116203 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Parse/ParseTentative.cpp
lib/Parse/Parser.cpp
test/Parser/MicrosoftExtensions.c
test/Parser/MicrosoftExtensions.cpp [new file with mode: 0644]