hanchenye-llvm-project/clang/lib
Ted Kremenek a506fec90a Added transfer function support for ReturnStmt to support detecting leaks
involving objects that are returned but have an excessive reference count.

llvm-svn: 49861
2008-04-17 18:12:53 +00:00
..
AST Addition of TranslationUnitDecl to the AST: 2008-04-17 14:40:12 +00:00
Analysis Added transfer function support for ReturnStmt to support detecting leaks 2008-04-17 18:12: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 insert macro expansions into floating divs. For now, they are always displayed, 2008-04-17 00:40:45 +00:00
Sema Use TranslationUnitDecl as DeclContext of builtin functions. 2008-04-17 14:47:13 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00