]> granicus.if.org Git - clang/commit
Teach the preprocessor to hold onto the preprocessor options.
authorDouglas Gregor <dgregor@apple.com>
Wed, 24 Oct 2012 17:46:57 +0000 (17:46 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 24 Oct 2012 17:46:57 +0000 (17:46 +0000)
commit36a16498ff911a218f26c7955376bbe99ddb16df
tree2fdb0de1a2d826516f6a6103de4ba9850b130d6b
parent42242552fe9769fba3c1a1f82e181688675908f0
Teach the preprocessor to hold onto the preprocessor options.

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