]> granicus.if.org Git - clang/commit
Allow the preprocessor to be constructed without performing target-
authorDouglas Gregor <dgregor@apple.com>
Thu, 1 Sep 2011 23:39:15 +0000 (23:39 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 1 Sep 2011 23:39:15 +0000 (23:39 +0000)
commit998b3d3e8528ebd9d2c5d78d3a82edd90a8953a4
treeccd8215b16e0f4c088e7537c5e888af60a659805
parentdb44a6b00768a14e8a4d388d67edef61a1ae2d63
Allow the preprocessor to be constructed without performing target-
and language-specific initialization. Use this to allow ASTUnit to
create a preprocessor object *before* loading the AST file. No actual
functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138983 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Builtins.h
include/clang/Lex/Preprocessor.h
lib/Basic/Builtins.cpp
lib/Frontend/ASTUnit.cpp
lib/Frontend/CompilerInstance.cpp
lib/Lex/Preprocessor.cpp