This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f592eb27fa [AST] Make RecursiveASTVisitor visit TemplateDecls in source order new e218fafc15 [PCH] Allow VFS to be used for tests that generate PCH files
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: include/clang/Frontend/PrecompiledPreamble.h | 5 +- lib/Frontend/ASTUnit.cpp | 36 +++++++ unittests/Frontend/CMakeLists.txt | 1 + unittests/Frontend/PCHPreambleTest.cpp | 156 +++++++++++++++++++++++++++ 4 files changed, 197 insertions(+), 1 deletion(-) create mode 100644 unittests/Frontend/PCHPreambleTest.cpp