This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ecb70d1e91 [CodeComplete] Fix assertion failure new eab2c7ba4d [CTU] Add DisplayCTUProgress analyzer switch new d40485179a Revert "Multiversioning- Ensure all MV functions are emitted." new 70fd0f5a41 Adding tests for -ast-dump; NFC.
The 3 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/CrossTU/CrossTranslationUnit.h | 5 +- .../clang/StaticAnalyzer/Core/AnalyzerOptions.def | 5 + lib/AST/ASTContext.cpp | 4 - lib/CrossTU/CrossTranslationUnit.cpp | 12 +- lib/StaticAnalyzer/Core/CallEvent.cpp | 4 +- test/AST/ast-dump-stmt.cpp | 176 ++++++++++++++++++++- test/Analysis/analyzer-config.c | 3 +- test/Analysis/ctu-main.cpp | 8 + test/CodeGen/attr-target-mv.c | 49 +++--- test/CodeGenCXX/attr-cpuspecific.cpp | 4 +- test/CodeGenCXX/attr-target-mv-member-funcs.cpp | 53 +++---- 11 files changed, 253 insertions(+), 70 deletions(-)