This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4498e81 Do not reset TUScope when we are in incremental processing mode. new 76d7914 Revert "Reinstate r281429, reverted in r281452, with a fix fo [...]
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/AST/ASTContext.h | 15 +---- lib/AST/ASTContext.cpp | 64 ++-------------------- lib/Serialization/ASTReader.cpp | 19 ++++++- .../Inputs/merge-template-pattern-visibility/a.h | 5 -- .../Inputs/merge-template-pattern-visibility/b.h | 3 - .../Inputs/merge-template-pattern-visibility/c.h | 3 - .../Inputs/merge-template-pattern-visibility/d.h | 4 +- test/Modules/Inputs/merge-var-template-def/a.h | 6 -- test/Modules/Inputs/merge-var-template-def/b1.h | 7 --- test/Modules/Inputs/merge-var-template-def/b2.h | 6 -- .../Inputs/merge-var-template-def/module.modulemap | 5 -- test/Modules/merge-template-pattern-visibility.cpp | 8 --- test/Modules/merge-var-template-def.cpp | 7 --- 13 files changed, 23 insertions(+), 129 deletions(-) delete mode 100644 test/Modules/Inputs/merge-var-template-def/a.h delete mode 100644 test/Modules/Inputs/merge-var-template-def/b1.h delete mode 100644 test/Modules/Inputs/merge-var-template-def/b2.h delete mode 100644 test/Modules/Inputs/merge-var-template-def/module.modulemap delete mode 100644 test/Modules/merge-var-template-def.cpp