hanchenye-llvm-project/clang/lib/Parse
Argyrios Kyrtzidis 43ea78b48d Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt. This fails
in the face of buffering C++/ObjC method bodies.

llvm-svn: 138972
2011-09-01 21:53:45 +00:00
..
CMakeLists.txt CMake: LLVM_NO_RTTI must be obsolete now! 2011-02-10 09:15:32 +00:00
Makefile
ParseAST.cpp Introduce a -cc1 option "-emit-module", that creates a binary module 2011-08-25 22:30:56 +00:00
ParseCXXInlineMethods.cpp Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00
ParseDecl.cpp objc - fixes a regression in declaring c decls nested in 2011-08-30 17:10:52 +00:00
ParseDeclCXX.cpp objc - Simplify switing objc decl context by using 2011-08-22 17:59:19 +00:00
ParseExpr.cpp Parsing of C++0x lambda expressions, from John Freeman with help from 2011-08-04 15:30:47 +00:00
ParseExprCXX.cpp Parsing of C++0x lambda expressions, from John Freeman with help from 2011-08-04 15:30:47 +00:00
ParseInit.cpp Improve caret location for the GNU old-style field designator warning, from David Blaikie 2011-08-27 00:13:16 +00:00
ParseObjc.cpp objective-c: this patch (re)introduces objective-c's default property 2011-08-31 22:24:06 +00:00
ParsePragma.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
ParsePragma.h Recognize gcc's ms_struct pragma (and ignore for now). 2011-04-25 18:49:15 +00:00
ParseStmt.cpp Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt. This fails 2011-09-01 21:53:45 +00:00
ParseTemplate.cpp objc - Simplify switing objc decl context by using 2011-08-22 17:59:19 +00:00
ParseTentative.cpp Add support for Microsoft __ptr32 keyword. 2011-08-25 00:36:46 +00:00
Parser.cpp Switch __import__ over to __import_module__, so we don't conflict with 2011-08-31 18:19:09 +00:00
RAIIObjectsForParser.h Parsing/AST support for Structured Exception Handling 2011-04-28 01:08:34 +00:00