hanchenye-llvm-project/clang/Parse
Chris Lattner c43926fe67 Implement support for __extension__ which silences extwarnings in its
scope.  This is part of the fix for PR1966

llvm-svn: 46669
2008-02-02 20:20:10 +00:00
..
AttributeList.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
DeclSpec.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +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 Fix PR1965: missing diagnostics for parameters that are missing 2008-01-31 06:10:07 +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 On an unexpected @foo keyword, return failure instead of a 'successful' null AST. This fixes a segfault 2008-01-30 21:20:25 +00:00
ParseStmt.cpp Fix http://llvm.org/bugs/show_bug.cgi?id=1967. 2008-01-31 18:29:10 +00:00
Parser.cpp Fix a fixme, by only parsing extern "C" in C++ mode. 2008-01-12 07:08:43 +00:00