hanchenye-llvm-project/clang/include/clang
Ted Kremenek 33eeabda61 - Remove PTHManager.cpp. Move all of its functions to PTHLexer.cpp since some of the internal methods are used by PTHLexer (their implementations are intertwined.) This enables some important inlining opportunities at -O3.
- Don't construct an std::vector<Token> prior to feeding PTH tokens to the Preprocessor.  Stream them off the PTH file directly.

llvm-svn: 60447
2008-12-03 00:38:03 +00:00
..
AST Handle new by passing the Declaration to the Action, not a processed type. 2008-12-02 14:43:59 +00:00
Analysis To be consistent, make the index of the ElementRegion always signed. 2008-11-29 12:05:04 +00:00
Basic More type-checking of setter/getter methods. This is still 2008-12-02 18:39:49 +00:00
CodeGen Add GetModule accessor to ModuleBuilder 2008-10-21 19:55:09 +00:00
Driver Add license comments. 2008-11-27 02:19:10 +00:00
Lex - Remove PTHManager.cpp. Move all of its functions to PTHLexer.cpp since some of the internal methods are used by PTHLexer (their implementations are intertwined.) This enables some important inlining opportunities at -O3. 2008-12-03 00:38:03 +00:00
Parse Handle new by passing the Declaration to the Action, not a processed type. 2008-12-02 14:43:59 +00:00
Rewrite make the -rewrite-test a bit more interesting: it now 2008-10-12 06:09:52 +00:00
Sema Comment fix, ParseAST does not take ownership of the consumer. 2008-10-27 22:01:05 +00:00