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)
commite81699d938f43085af66ac6681bf40c593670049
tree20c0623cafed331c292ef1fc82b80793edc50c27
parent2d30236d1627e63bb770ad0861d0b6d5b946617a
Move PreprocessorOptions into the Lex library, and make it intrusively
reference-counted.

llvm-svn: 166587
clang/include/clang/Frontend/CompilerInvocation.h
clang/include/clang/Lex/PreprocessorOptions.h [moved from clang/include/clang/Frontend/PreprocessorOptions.h with 97% similarity]
clang/lib/ARCMigrate/FileRemapper.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/lib/Frontend/InitPreprocessor.cpp