]> granicus.if.org Git - clang/commit
Add explicit "fuzzy" parse support for Microsoft declspec.
authorSteve Naroff <snaroff@apple.com>
Wed, 24 Dec 2008 20:59:21 +0000 (20:59 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 24 Dec 2008 20:59:21 +0000 (20:59 +0000)
commitf59e17ecf06ac60065e2d02058bd6f21f5d216cc
treeffcf291e679d94109003422c3888a1a2ce9e83d0
parent7a897224381564826c2894572df92fb5ddd9ea37
Add explicit "fuzzy" parse support for Microsoft declspec.
Remove previous __declspec macro that would effectively erase the construct prior to parsing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61422 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TokenKinds.def
include/clang/Parse/Parser.h
lib/Lex/Preprocessor.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp