clang-1/lib/Parse
Sebastian Redl 4cffe2fd5c Convert more statement actions to smart pointers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62463 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-18 13:19:59 +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 Switch MinimalAction from new/delete'ing its TypeNameInfo to 2009-01-18 09:39:41 +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 Catch a foreach parse error. 2009-01-17 00:00:40 +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 Diagnose that property name cannot be a bitfield 2009-01-17 23:21:10 +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 Convert more statement actions to smart pointers. 2009-01-18 13:19:59 +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