hanchenye-llvm-project/clang/Parse
Fariborz Jahanian bfe13c566c This patch introduces a new class to keep track of class implementation info. It also adds more
semantic checks for class and protocol declarations. Test cases are good indications of kind of 
checking being done in this patch.

llvm-svn: 42311
2007-09-25 18:38:09 +00:00
..
AttributeList.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
DeclSpec.cpp Add parsing and AST support for GNU "typeof". 2007-07-31 12:34:36 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
MinimalAction.cpp This patch introduces a new class to keep track of class implementation info. It also adds more 2007-09-25 18:38:09 +00:00
ParseDecl.cpp Start converting Action methods from Parse-prefix to ActOn-prefix. 2007-09-15 18:49:24 +00:00
ParseDeclCXX.cpp read and ignore the body of a namespace. 2007-08-25 18:15:16 +00:00
ParseExpr.cpp Patch to parse objective-c's @try-statement and @throw-statement. 2007-09-19 19:14:32 +00:00
ParseExprCXX.cpp Rename statement actions (from Parse-prefix to ActOn-prefix). 2007-09-16 14:56:35 +00:00
ParseInit.cpp Rename expression actions (from Parse-prefix to ActOn-prefix). 2007-09-16 03:34:24 +00:00
ParseObjc.cpp This patch introduces a new class to keep track of class implementation info. It also adds more 2007-09-25 18:38:09 +00:00
ParseStmt.cpp Patch to parse objective-c's @try-statement and @throw-statement. 2007-09-19 19:14:32 +00:00
Parser.cpp Start converting Action methods from Parse-prefix to ActOn-prefix. 2007-09-15 18:49:24 +00:00