This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 548039d002 [Driver] Automatically disable incompatible default sanitizers new c67f146e7f Revert r326602, it caused PR36620.
The 1 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/Attr.h | 114 ---------------- include/clang/Basic/Attr.td | 44 +++--- lib/AST/ExprConstant.cpp | 10 +- lib/CodeGen/CGCall.cpp | 9 +- lib/Sema/SemaChecking.cpp | 37 ++--- lib/Sema/SemaDecl.cpp | 2 +- lib/Sema/SemaDeclAttr.cpp | 149 ++++++++++++--------- lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 +- lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 11 +- .../Checkers/NonNullParamChecker.cpp | 7 +- test/CodeGenCXX/alloc-size.cpp | 18 --- test/Misc/ast-dump-attr.cpp | 4 +- test/Sema/attr-ownership.cpp | 7 - test/Sema/attr-print.cpp | 61 --------- test/Sema/error-type-safety.cpp | 39 +----- utils/TableGen/ClangAttrEmitter.cpp | 139 +------------------ 16 files changed, 150 insertions(+), 503 deletions(-) delete mode 100644 test/Sema/attr-ownership.cpp