This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 34b5db131b PR19668, PR23034: Fix handling of move constructors and dele [...] new 56427e245e Reland "Thread Safety Analysis: fix assert_capability." new ecc330a87c Thread Safety Analysis: warn on nonsensical attributes.
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/Basic/Attr.td | 2 +- include/clang/Basic/DiagnosticSemaKinds.td | 10 +++++ lib/Analysis/ThreadSafety.cpp | 19 ++++++++- lib/Sema/SemaDeclAttr.cpp | 63 ++++++++++++++++++++++------ test/Sema/attr-capabilities.c | 15 +++++-- test/SemaCXX/warn-thread-safety-analysis.cpp | 41 +++++++++++++++--- test/SemaCXX/warn-thread-safety-parsing.cpp | 55 ++++++++++++++---------- 7 files changed, 159 insertions(+), 46 deletions(-)