llvm-project/clang/Parse
Nate Begeman d45d38d2b7 Handle __attribute__((annotate("string")))
llvm-svn: 47451
2008-02-21 19:30:49 +00:00
..
AttributeList.cpp Handle __attribute__((annotate("string"))) 2008-02-21 19:30:49 +00:00
DeclSpec.cpp Remove DeclSpec::Invalid, a recently added bool that allowed the parser to detect if the decl spec was invalid. 2008-02-14 03:30:24 +00:00
Makefile remove attribution from makefiles. 2007-12-29 20:02:25 +00:00
MinimalAction.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
ParseDecl.cpp Collect and build and process type attributes on pointers. For 2008-02-21 01:32:26 +00:00
ParseDeclCXX.cpp Add first pieces of support for parsing and representing 2008-01-12 07:05:38 +00:00
ParseExpr.cpp Implement support for __extension__ which silences extwarnings in its 2008-02-02 20:20:10 +00:00
ParseExprCXX.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
ParseInit.cpp Add support for dispatching an objc message to a variable 2008-01-25 19:43:26 +00:00
ParseObjc.cpp ParseCompoundStatementBody expects to only be called with { as the current 2008-02-14 19:27:54 +00:00
ParseStmt.cpp Several cleanups surrounding Parser::ParseAsmStatement() and Parser::FuzzyParseMicrosoftAsmStatement(). 2008-02-11 23:15:56 +00:00
Parser.cpp A much better fix for http://llvm.org/bugs/show_bug.cgi?id=1987. 2008-02-14 02:58:32 +00:00