llvm-project/clang/lib/Parse
Ted Kremenek 09a0d04ea0 Initial work on additional memory collection for ObjC AST objects. We now
have Destroy methods of ObjcMethodDecl and ObjCInterfaceDecl which recursively
destroy their owned Decls and Stmts.  There are a few cases where it is not
clear what to do (FIXMEs included in the patch).

llvm-svn: 52050
2008-06-06 16:45:15 +00:00
..
AttributeList.cpp Implementation of gcc mode attribute; this is significant because 2008-05-27 03:33:27 +00:00
DeclSpec.cpp This patch is just the easy part of the class names patch, which 2008-04-13 18:59:07 +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 Two changes to Sema::LookupDecl() interface. 2008-04-02 14:35:35 +00:00
ParseDecl.cpp Support "<p>" as a short-hand for "id<p>". Here's a comment from GCC (the only documentation I could find on it). 2008-06-05 00:02:44 +00:00
ParseDeclCXX.cpp Convert CRLF to LF. 2008-05-01 21:44:34 +00:00
ParseExpr.cpp handle the full assignment-expression grammar when using an 2008-06-02 21:31:07 +00:00
ParseExprCXX.cpp minor simplification 2008-04-06 06:03:03 +00:00
ParseInit.cpp handle the full assignment-expression grammar when using an 2008-06-02 21:31:07 +00:00
ParseObjc.cpp Initial work on additional memory collection for ObjC AST objects. We now 2008-06-06 16:45:15 +00:00
ParseStmt.cpp Have Parser::FuzzyParseMicrosoftAsmStatement() return the null statement (';'). 2008-04-07 21:06:54 +00:00
Parser.cpp Fix a couple crashes on invalid input. 2008-05-27 23:32:43 +00:00