This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dace804749 [ASTImporter] Support TypeTraitExpr new f3dc130210 Determine the attribute subject for diagnostics based on dec [...]
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/Basic/Attr.td | 163 ++++++++----------- include/clang/Basic/DeclNodes.td | 59 +++---- include/clang/Basic/DiagnosticSemaKinds.td | 39 +---- include/clang/Sema/AttributeList.h | 33 ---- test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/p1.cpp | 6 +- .../CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/p1.cpp | 2 +- test/CodeGenObjC/objc-asm-attribute-neg-test.m | 6 +- ...pragma-attribute-supported-attributes-list.test | 4 +- test/Parser/MicrosoftExtensions.cpp | 4 +- test/Parser/cxx0x-attributes.cpp | 2 +- test/Parser/ms-square-bracket-attributes.mm | 2 +- test/Sema/attr-capabilities.c | 4 +- test/Sema/attr-disable-tail-calls.c | 2 +- test/Sema/attr-minsize.c | 2 +- test/Sema/attr-mode.c | 4 +- test/Sema/attr-nodebug.c | 2 +- test/Sema/attr-section.c | 4 +- test/Sema/attr-weak.c | 4 +- test/Sema/builtin-assume-aligned.c | 2 +- test/Sema/c2x-nodiscard.c | 2 +- test/Sema/dllexport.c | 12 +- test/Sema/dllimport.c | 12 +- test/Sema/internal_linkage.c | 2 +- test/Sema/nonnull.c | 2 +- test/Sema/pragma-ms_struct.c | 4 +- test/Sema/types.c | 2 +- test/Sema/unused-expr.c | 2 +- test/Sema/warn-thread-safety-analysis.c | 2 +- test/Sema/xray-always-instrument-attr.c | 2 +- test/Sema/xray-always-instrument-attr.cpp | 2 +- test/Sema/xray-log-args-oob.c | 2 +- test/Sema/xray-log-args-oob.cpp | 2 +- test/SemaCUDA/launch_bounds.cu | 2 +- test/SemaCXX/attr-lto-visibility-public.cpp | 10 +- test/SemaCXX/attr-mode-tmpl.cpp | 2 +- .../attr-require-constant-initialization.cpp | 8 +- test/SemaCXX/attr-weak.cpp | 2 +- test/SemaCXX/builtin-assume-aligned-tmpl.cpp | 2 +- test/SemaCXX/dllexport.cpp | 16 +- test/SemaCXX/dllimport.cpp | 16 +- test/SemaCXX/internal_linkage.cpp | 8 +- test/SemaCXX/warn-consumed-parsing.cpp | 12 +- test/SemaCXX/warn-thread-safety-analysis.cpp | 8 +- test/SemaCXX/warn-thread-safety-parsing.cpp | 72 ++++----- test/SemaCXX/warn-unused-attribute.cpp | 2 +- test/SemaObjC/arc-property-lifetime.m | 2 +- test/SemaObjC/dllexport.m | 12 +- test/SemaObjC/dllimport.m | 12 +- test/SemaObjC/format-arg-attribute.m | 6 +- test/SemaObjC/objc-asm-attribute-neg-test.m | 6 +- test/SemaObjC/objcbridge-attribute-arc.m | 2 +- test/SemaObjC/objcbridge-attribute.m | 2 +- utils/TableGen/ClangAttrEmitter.cpp | 178 +++++++-------------- 53 files changed, 312 insertions(+), 460 deletions(-)