]> granicus.if.org Git - clang/commit
Introduce '-chain-include' option to specify headers that will be converted to chaine...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 9 Mar 2011 17:21:42 +0000 (17:21 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 9 Mar 2011 17:21:42 +0000 (17:21 +0000)
commitb0f4b9a558933b307073f7cd7753602f94354ae9
tree712f763ae56f20e50e23133693e97e01ef4bc4dd
parente07339be5af9d22e940804538cb1a82a622cebfb
Introduce '-chain-include' option to specify headers that will be converted to chained PCHs in memory
without having to use multiple runs and intermediate files.

Intended for testing & debugging of chained PCH.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127339 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/PreprocessorOptions.h
include/clang/Serialization/ASTReader.h
include/clang/Serialization/ChainedIncludesSource.h [new file with mode: 0644]
lib/Frontend/ASTUnit.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/FrontendAction.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ChainedIncludesSource.cpp [new file with mode: 0644]
test/PCH/chain-cxx.cpp