llvm-project/clang/lib
Ted Kremenek 7db4f60b26 ParseAST now conditionally deletes the passed ASTConsumer.
ModuleBuilder now performs llvmgen in HandleTranslationUnit.

This patch follows from the discussion on the following thread on cfe-commits:

http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080804/006849.html

llvm-svn: 54486
2008-08-07 19:47:41 +00:00
..
AST Cleanup some processing with DeclStmt, and gradually start using the internal BumpPtrAllocator to allocator more of CFG's data structures. 2008-08-06 23:20:50 +00:00
Analysis Added decl_iterator to DeclStmt to provide an abstract interface to iterate over the ScopedDecls of a DeclStmt. 2008-08-05 20:46:55 +00:00
Basic Fix --html-diags in driver by delaying the construction of an HTMLDiagnosticClient until after we have created the Preprocessor object. 2008-08-07 17:49:57 +00:00
CodeGen ParseAST now conditionally deletes the passed ASTConsumer. 2008-08-07 19:47:41 +00:00
Driver add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex In c89 mode accept hex fp constants as an extension: 2008-07-25 18:18:34 +00:00
Parse Move AsmLabel into Declarator instead of just a parameter to 2008-08-05 16:28:08 +00:00
Rewrite Add CSS for word wrapping of long message bubbles. 2008-07-11 23:13:22 +00:00
Sema ParseAST now conditionally deletes the passed ASTConsumer. 2008-08-07 19:47:41 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00