llvm-project/clang/lib/Parse
Chris Lattner 8a42586c54 more SourceLocation lexicon change: instead of referring to the
"logical" location, refer to the "instantiation" location.

llvm-svn: 62316
2009-01-16 07:36:28 +00:00
..
AstGuard.h Convert a few Stmt actions to smart pointers. 2008-12-21 12:04:03 +00:00
AttributeList.cpp Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type 2009-01-13 23:34:40 +00:00
CMakeLists.txt Update cmake build; patch by Csaba Hruska. 2008-12-02 16:23:30 +00:00
DeclSpec.cpp Implement support for anonymous structs and unions in C. Both C and 2009-01-12 22:49:06 +00:00
ExtensionRAIIObject.h implement a couple fixme's by implementing __extension__ properly. 2008-10-20 06:45:43 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
MinimalAction.cpp Ultrasimplistic sketch for the parsing of C++ template-ids. This won't 2008-12-18 19:37:40 +00:00
ParseCXXInlineMethods.cpp When we see a reference to a struct, class, or union like "struct X" 2009-01-09 22:42:13 +00:00
ParseDecl.cpp Implement support for anonymous structs and unions in C. Both C and 2009-01-12 22:49:06 +00:00
ParseDeclCXX.cpp When we see a reference to a struct, class, or union like "struct X" 2009-01-09 22:42:13 +00:00
ParseExpr.cpp Patch to keep clang honest that it does not yet support 2009-01-14 19:39:53 +00:00
ParseExprCXX.cpp Add whitespace to silence the following warning in a Release build: warning: suggest a space before ';' or explicit braces around empty body in 'while' statement 2009-01-06 19:17:58 +00:00
ParseInit.cpp Convert remaining expression parsers to smart pointers. Now on to the Action connection. 2008-12-13 15:32:12 +00:00
ParseObjc.cpp Properly set the scope of non-fields declared within a struct, union, 2009-01-12 18:45:55 +00:00
ParsePragma.cpp Modify the move emulation according to the excellent design of Howard Hinnant. Makes for much nicer syntax when smart pointers are used consistently. Also, start converting internal argument passing of Parser to smart pointers. 2008-12-10 00:02:53 +00:00
ParsePragma.h Add Parser support for #pragma pack 2008-10-04 19:21:03 +00:00
ParseStmt.cpp more SourceLocation lexicon change: instead of referring to the 2009-01-16 07:36:28 +00:00
ParseTemplate.cpp rename tok::annot_qualtypename -> tok::annot_typename, which is both 2009-01-06 05:06:21 +00:00
ParseTentative.cpp Another tweak to handle the MS extensions (<rdar://problem/5956221>). 2009-01-06 19:34:12 +00:00
Parser.cpp When we see a reference to a struct, class, or union like "struct X" 2009-01-09 22:42:13 +00:00