This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0ea90f4421 Revert "[X86][InlineAsm][Ms Compatibility]Prefer variable na [...] new 05401222b8 Debug Info: Avoid completing class types when a definition i [...] new d939eff44c [NFC] Use RAII to un-poison and then re-poison __VA_ARGS__ [...] new 6705082a00 [analyzer] Further improve suppress-on-sink behavior in inco [...] new 7c823a91d8 [analyzer] Treat throws as sinks for suppress-on-sink purposes. new 7bc4653919 Fix incorrect use of current directory to find moved paths i [...] new cb44e2991d This patch enables the usage of constant Enum identifiers wi [...] new ac84e19437 [PM] Setup TargetLibraryInfo correctly for the new pass manager. new 0d10854030 Fix spelling of FileCheck in test.
The 8 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/Lex/Preprocessor.h | 1 + include/clang/Lex/VariadicMacroSupport.h | 56 ++++++++++++++++++++ include/clang/Serialization/ASTReader.h | 3 -- lib/CodeGen/BackendUtil.cpp | 8 +++ lib/CodeGen/CGDebugInfo.cpp | 50 ++++++++++-------- lib/Lex/PPDirectives.cpp | 25 +++++---- lib/Sema/SemaStmtAsm.cpp | 22 +++++--- lib/Serialization/ASTReader.cpp | 17 ++---- lib/StaticAnalyzer/Core/BugReporter.cpp | 65 +++++++++++++++++++++-- test/Analysis/max-nodes-suppress-on-sink.c | 52 ++++++++++++++++++ test/Analysis/max-nodes-suppress-on-sink.cpp | 34 ++++++++++++ test/CodeGen/ms-inline-asm.c | 14 ++--- test/CodeGen/nobuiltin.c | 4 ++ test/CodeGen/x86-ms-inline-asm-enum_feature.cpp | 60 +++++++++++++++++++++ test/CodeGenCXX/ms-inline-asm-return.cpp | 4 +- test/Modules/ExtDebugInfo.cpp | 9 ++++ test/Modules/Inputs/DebugCXX.h | 6 +-- test/Modules/ModuleDebugInfo.cpp | 11 ++-- test/Modules/path-resolution.modulemap | 70 +++++++++++++++++++++++++ 19 files changed, 435 insertions(+), 76 deletions(-) create mode 100644 include/clang/Lex/VariadicMacroSupport.h create mode 100644 test/Analysis/max-nodes-suppress-on-sink.cpp create mode 100644 test/CodeGen/x86-ms-inline-asm-enum_feature.cpp create mode 100644 test/Modules/path-resolution.modulemap