This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3041a6d40d Use POSIX argument syntax in test rewrite-includes-messages.c new 38b23a4558 Make attribute instantiation instantiate all attributes, not [...]
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 | 37 ++++++++++--------- include/clang/Basic/Attr.td | 44 +++++++++++------------ lib/Sema/SemaDecl.cpp | 2 +- lib/Sema/SemaTemplateInstantiateDecl.cpp | 13 ++----- test/SemaTemplate/attributes.cpp | 11 ++++++ test/SemaTemplate/warn-thread-safety-analysis.cpp | 30 ++++++++++++++++ utils/TableGen/ClangAttrEmitter.cpp | 12 +++++-- 7 files changed, 97 insertions(+), 52 deletions(-) create mode 100644 test/SemaTemplate/warn-thread-safety-analysis.cpp