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)
commit1452ff155bc533c223a5c31aeb75702d609d9f16
tree5ab0dd2cadc9646e47d36b0d927d94954cf7ad7d
parentfb9c6b760bc28f0de353a29bcc2b362ec2fc7c11
Teach the preprocessor to hold onto the preprocessor options.

llvm-svn: 166599
clang/include/clang/Lex/Preprocessor.h
clang/lib/Frontend/ASTUnit.cpp
clang/lib/Frontend/CompilerInstance.cpp
clang/lib/Lex/Preprocessor.cpp
clang/unittests/Basic/SourceManagerTest.cpp
clang/unittests/Lex/LexerTest.cpp
clang/unittests/Lex/PreprocessingRecordTest.cpp