This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0134501202 [modules] Emit the type of the TypeSourceInfo for a Declarat [...] new 4f4b04b8c6 Spurious commit just to help Richard, because git is weird. new fd6e423d4e PR33924: merge local declarations that have linkage of some [...] new 534c44af2b [analyzer] [tests] Fix 80 column violation in SATestBuild.py new b87dc38b62 [analyzer] [tests] Allow the tested project to specify it's [...]
The 4 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/Serialization/ASTReader.h | 2 +- lib/Serialization/ASTCommon.cpp | 16 +++- lib/Serialization/ASTReaderDecl.cpp | 103 ++++++++++++++++----- test/Modules/codegen.test | 1 + test/Modules/merge-deduced-return.cpp | 33 +++++++ .../{friend-definition.cpp => merge-lambdas.cpp} | 31 ++++--- .../{var-templates.cpp => merge-static-locals.cpp} | 19 ++-- utils/analyzer/SATestBuild.py | 24 ++++- 8 files changed, 179 insertions(+), 50 deletions(-) create mode 100644 test/Modules/merge-deduced-return.cpp copy test/Modules/{friend-definition.cpp => merge-lambdas.cpp} (51%) copy test/Modules/{var-templates.cpp => merge-static-locals.cpp} (55%)