]> granicus.if.org Git - clang/commit
Eliminate the -chained-pch flag and all of the frontend and libclang options associat...
authorDouglas Gregor <dgregor@apple.com>
Thu, 25 Aug 2011 22:54:01 +0000 (22:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 25 Aug 2011 22:54:01 +0000 (22:54 +0000)
commitb5af843a20e237ad1a13ad66a867e200695b8c8e
treeff9eb4992d4c446cb385a831ba1f25632d80575f
parent9293ba8e26fcba18505b273ecc9b66645133fcce
Eliminate the -chained-pch flag and all of the frontend and libclang options associated with it. Chained PCH is the only way to build a PCH file that includes another PCH file

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138597 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/clang-c/Index.h
include/clang/Driver/CC1Options.td
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/FrontendOptions.h
lib/Frontend/ASTUnit.cpp
lib/Frontend/CompilerInvocation.cpp
test/PCH/chain-decls.c
test/PCH/chain-ext_vector.c
test/PCH/chain-external-defs.c
test/PCH/chain-macro-override.c
test/PCH/chain-macro.c
test/PCH/chain-predecl.m
test/PCH/chain-remap-types.m
test/PCH/chain-selectors.m
test/PCH/chain-trivial.c
tools/libclang/CIndex.cpp