This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2c00658ec6 Revert "Support for DWARF-5 C++ language tags." new ccc36b01ff [static analyzer] Define __clang_analyzer__ macro in driver new 9b68a19a05 [static analyzer] Remove --analyze-auto new 068fc15d66 Support for DWARF-5 C++ language tags.
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: docs/ClangCommandLineReference.rst | 2 -- include/clang/AST/DeclCXX.h | 7 +++++-- include/clang/Driver/Options.td | 1 - lib/AST/DeclPrinter.cpp | 15 +++++++++++---- lib/AST/JSONNodeDumper.cpp | 6 ++++++ lib/AST/TextNodeDumper.cpp | 6 ++++++ lib/CodeGen/CGDebugInfo.cpp | 6 ++++++ lib/CodeGen/CodeGenModule.cpp | 4 +++- lib/Driver/Driver.cpp | 5 ++--- lib/Driver/ToolChains/Clang.cpp | 4 +++- lib/Driver/Types.cpp | 2 +- lib/Frontend/InitPreprocessor.cpp | 4 ---- lib/Sema/SemaDeclCXX.cpp | 4 ++++ lib/Sema/SemaModule.cpp | 2 ++ test/Analysis/misc-driver.c | 5 +++++ test/Analysis/misc-ps.m | 4 ---- test/Modules/ModuleDebugInfo.cpp | 3 ++- 17 files changed, 56 insertions(+), 24 deletions(-) create mode 100644 test/Analysis/misc-driver.c