hanchenye-llvm-project/clang/lib/Parse
Argyrios Kyrtzidis dfd6570643 Pass from the parser the locations of selector identifiers when creating
objc method decls.

They are not stored in the AST yet.

llvm-svn: 140984
2011-10-03 06:36:36 +00:00
..
CMakeLists.txt Thread Safety: Patch to implement delayed parsing of attributes within a 2011-09-08 17:42:22 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
ParseAST.cpp Introduce a -cc1 option "-emit-module", that creates a binary module 2011-08-25 22:30:56 +00:00
ParseCXXInlineMethods.cpp Fix a bug in the token caching for inline constructors in C++11, and improve error recovery in both dialects. This should fix the GCC test suite failures as well. 2011-09-30 08:32:17 +00:00
ParseDecl.cpp Parse attributes written in an ObjC method parameter type as 2011-10-01 09:56:14 +00:00
ParseDeclCXX.cpp Parse attributes written in an ObjC method parameter type as 2011-10-01 09:56:14 +00:00
ParseExpr.cpp Switch assert(0/false) llvm_unreachable. 2011-09-23 05:06:16 +00:00
ParseExprCXX.cpp Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +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 Pass from the parser the locations of selector identifiers when creating 2011-10-03 06:36:36 +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 Some fixes for MS-style asm parsing: specifically, add some error checking, and handle asm comments using semicolons correctly. (The comments are actually surprisingly tricky.) 2011-09-30 01:13:51 +00:00
ParseTemplate.cpp Fix a bug in the token caching for inline constructors in C++11, and improve error recovery in both dialects. This should fix the GCC test suite failures as well. 2011-09-30 08:32:17 +00:00
ParseTentative.cpp Add support for alignment-specifiers in C1X and C++11, remove 2011-09-29 18:04:28 +00:00
Parser.cpp Revert r140589. It was causing failures during llvm compilation: 2011-09-27 10:09:33 +00:00
RAIIObjectsForParser.h Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00