This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5bd39424d4 Enhance -Wc++14-compat for class template argument deduction [...] new a9b4bbbdc1 Implement -Watomic-implicit-seq-cst
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/DiagnosticSemaKinds.td | 3 + lib/Sema/SemaChecking.cpp | 60 ++++-- test/Sema/atomic-implicit-seq_cst.c | 325 +++++++++++++++++++++++++++++ test/Sema/sync-implicit-seq_cst.c | 26 +++ 4 files changed, 397 insertions(+), 17 deletions(-) create mode 100644 test/Sema/atomic-implicit-seq_cst.c create mode 100644 test/Sema/sync-implicit-seq_cst.c