]> granicus.if.org Git - clang/commit
Move PreprocessorOptions into the Lex library, and make it intrusively
authorDouglas Gregor <dgregor@apple.com>
Wed, 24 Oct 2012 17:01:35 +0000 (17:01 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 24 Oct 2012 17:01:35 +0000 (17:01 +0000)
commit14e71f04136de056c08ffb9ccd44b4ca391cc8a5
treefd67f3b91a0ae4af4aa6879474eceeae53cd6b0d
parentbbf38319edd4eddc55ec273934e990d7e84991de
Move PreprocessorOptions into the Lex library, and make it intrusively
reference-counted.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166587 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/CompilerInvocation.h
include/clang/Lex/PreprocessorOptions.h [moved from include/clang/Frontend/PreprocessorOptions.h with 97% similarity]
lib/ARCMigrate/FileRemapper.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/InitPreprocessor.cpp