This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 20e2260b6c [OPENMP] Fix PR38823: Do not emit vtable if it is not used i [...] new 02714d5f34 Re-land r334417 "[MS] Use mangled names and comdats for stri [...] new cdacbfee79 Remove deprecated API
The 2 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/Comment.h | 8 - include/clang/AST/Decl.h | 16 -- include/clang/AST/DeclBase.h | 8 - include/clang/AST/DeclCXX.h | 12 -- include/clang/AST/DeclObjC.h | 12 -- include/clang/AST/DeclarationName.h | 9 - include/clang/AST/Expr.h | 368 -------------------------------- include/clang/AST/ExprCXX.h | 348 ------------------------------ include/clang/AST/ExprObjC.h | 128 ----------- include/clang/AST/ExprOpenMP.h | 8 - include/clang/AST/OpenMPClause.h | 8 - include/clang/AST/RawCommentList.h | 8 - include/clang/AST/Stmt.h | 220 ------------------- include/clang/AST/StmtCXX.h | 48 ----- include/clang/AST/StmtObjC.h | 56 ----- include/clang/AST/StmtOpenMP.h | 8 - include/clang/AST/TypeLoc.h | 8 - include/clang/Analysis/CloneDetection.h | 4 - include/clang/Sema/DeclSpec.h | 24 --- lib/CodeGen/CodeGenModule.cpp | 12 +- lib/CodeGen/CoverageMappingGen.cpp | 4 - lib/Sema/SemaChecking.cpp | 8 - test/CodeGen/asan-strings.c | 17 ++ 23 files changed, 22 insertions(+), 1320 deletions(-) create mode 100644 test/CodeGen/asan-strings.c