This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c3ca0b5132 Allow pretty platform names in availability attributes new c69952ba26 [OpenCL] Support variable memory scope in atomic builtins
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/Expr.h | 34 +++++-- include/clang/Basic/DiagnosticSemaKinds.td | 2 - include/clang/Basic/SyncScope.h | 139 ++++++++++++++++++++++++++--- lib/AST/Expr.cpp | 33 ++++--- lib/CodeGen/CGAtomic.cpp | 85 ++++++++++++++---- lib/Frontend/InitPreprocessor.cpp | 10 ++- lib/Sema/SemaChecking.cpp | 37 +++----- test/CodeGenOpenCL/atomic-ops-libcall.cl | 5 +- test/CodeGenOpenCL/atomic-ops.cl | 75 ++++++++++++++++ test/SemaOpenCL/atomic-ops.cl | 17 +++- 10 files changed, 350 insertions(+), 87 deletions(-)