hanchenye-llvm-project/clang/lib
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 Correct pretty printing of array new expressions. 2008-12-02 22:08:59 +00:00
Analysis Make RegionStoreManager::InitializeArray safe against array sizes that don't have pointer width. 2008-12-02 16:47:35 +00:00
Basic Fix order of evaluation. 2008-11-27 07:28:14 +00:00
CodeGen Fix for PR3150: obvious copy-paste bug in 2008-12-02 16:02:46 +00:00
Driver Minor update to CMake build system. 2008-11-30 01:46:21 +00:00
Headers Define NULL to __null in C++, so that it's guaranteed to have the same size as a pointer 2008-12-01 17:20:57 +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 Add better comments to ::new parsing. Thanks to Doug for the review. 2008-12-02 17:10:24 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema More type-checking of setter/getter methods. This is still 2008-12-02 18:39:49 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +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