hanchenye-llvm-project/clang/lib
Ted Kremenek 219bab3be9 Added "PreprocessorFactory", an interface for lazily creating Preprocessor objects on-demand.
llvm-svn: 49868
2008-04-17 21:23:07 +00:00
..
AST Added property decl support for protocols. 2008-04-17 18:25:18 +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
Lex Added "PreprocessorFactory", an interface for lazily creating Preprocessor objects on-demand. 2008-04-17 21:23:07 +00:00
Parse New AST representation for each objc2's property declaration. 2008-04-14 23:36:35 +00:00
Rewrite Add support in HTML macro expansion for hovering over a macro and automatically 2008-04-17 19:57:27 +00:00
Sema Added property decl support for protocols. 2008-04-17 18:25:18 +00:00
Makefile