llvm-project/clang/lib
Ted Kremenek 667cacb2ff Added some comments to GRExprEngine. Reorder some of the method definitions
to start logically organizing them.

Added initial plug-in transfer function support for Objective-C message expressions.

llvm-svn: 49752
2008-04-15 23:06:53 +00:00
..
AST Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). 2008-04-15 22:42:06 +00:00
Analysis Added some comments to GRExprEngine. Reorder some of the method definitions 2008-04-15 23:06:53 +00:00
Basic Fix regression in Diagnostic that caused it to not register the number 2008-04-14 21:21:38 +00:00
CodeGen Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). 2008-04-15 22:42:06 +00:00
Headers Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
Lex Fix typo 2008-04-14 02:26:39 +00:00
Parse New AST representation for each objc2's property declaration. 2008-04-14 23:36:35 +00:00
Rewrite For HTML diagnostics, output more information about a bug report. 2008-04-15 21:25:08 +00:00
Sema Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). 2008-04-15 22:42:06 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00