]> granicus.if.org Git - clang/commit
- Remove PTHManager.cpp. Move all of its functions to PTHLexer.cpp since some of...
authorTed Kremenek <kremenek@apple.com>
Wed, 3 Dec 2008 00:38:03 +0000 (00:38 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 3 Dec 2008 00:38:03 +0000 (00:38 +0000)
commit0c6a77bc1f52f282a969538f139ebde429076ed3
tree01dc89148f8a7cbec4bc1a74c7ab80b2731bfe8a
parent6fec64874f282f7084d5c626e42241cdcbafac9d
- 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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60447 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/PTHLexer.h
include/clang/Lex/PTHManager.h
lib/Lex/PTHLexer.cpp
lib/Lex/PTHManager.cpp [deleted file]