This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 49c79db1f9 [ASTImporter] Add an ImportImpl method to allow customizing [...] new 8e6b618dac When skipping code at the start of a file during PCH use, Pr [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Lex/Preprocessor.cpp | 19 +++++++++++++++++-- test/PCH/Inputs/pch-through-macro.h | 3 +++ test/PCH/{pch-hdrstop-warn.cpp => pch-through4.cpp} | 10 ++++++---- test/PCH/pch-through4a.cpp | 16 ++++++++++++++++ 4 files changed, 42 insertions(+), 6 deletions(-) create mode 100644 test/PCH/Inputs/pch-through-macro.h copy test/PCH/{pch-hdrstop-warn.cpp => pch-through4.cpp} (58%) create mode 100644 test/PCH/pch-through4a.cpp