]> granicus.if.org Git - clang/commit
Handle implicitly-included PCH files the same way as
authorDouglas Gregor <dgregor@apple.com>
Mon, 22 Oct 2012 23:59:45 +0000 (23:59 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 22 Oct 2012 23:59:45 +0000 (23:59 +0000)
commit4ec429d1be4ede3d02712714f20470b2c87f748c
tree24d2be68ba7088343c0f9ba970121527865c1b20
parent38295beb73db5f90bfcf31625fb81dbc3b96290a
Handle implicitly-included PCH files the same way as
implicitly-included PTH files during initialization, delaying the
mapping down to the "original source file" until after later in the
initialization process.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166452 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/InitPreprocessor.cpp