This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 802ae91fa7 [CrossTU] Fix plist macro expansion if macro in other file. new bf9b88237a [OpenCL] Rename lang mode flag for C++ mode
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: docs/LanguageExtensions.rst | 2 +- docs/UsersManual.rst | 4 ++-- include/clang/Driver/Options.td | 2 +- include/clang/Frontend/LangStandards.def | 1 + lib/Frontend/CompilerInvocation.cpp | 2 +- test/CodeGenCXX/mangle-address-space.cpp | 4 ++-- test/CodeGenOpenCL/builtins.cl | 2 +- test/CodeGenOpenCL/images.cl | 2 +- test/CodeGenOpenCL/logical-ops.cl | 2 +- test/CodeGenOpenCL/pipe_builtin.cl | 2 +- test/CodeGenOpenCL/sampler.cl | 2 +- test/CodeGenOpenCL/spir_version.cl | 2 +- test/CodeGenOpenCL/to_addr_builtin.cl | 2 +- test/CodeGenOpenCLCXX/address-space-castoperators.cpp | 2 +- test/CodeGenOpenCLCXX/address-space-deduction.cl | 4 ++-- test/CodeGenOpenCLCXX/address-space-deduction2.cl | 2 +- test/CodeGenOpenCLCXX/addrspace-conversion.cl | 2 +- test/CodeGenOpenCLCXX/addrspace-derived-base.cl | 2 +- test/CodeGenOpenCLCXX/addrspace-of-this.cl | 6 +++--- test/CodeGenOpenCLCXX/addrspace-operators.cl | 2 +- test/CodeGenOpenCLCXX/addrspace-references.cl | 2 +- test/CodeGenOpenCLCXX/addrspace-with-class.cl | 4 ++-- test/CodeGenOpenCLCXX/atexit.cl | 2 +- test/CodeGenOpenCLCXX/global_init.cl | 2 +- test/CodeGenOpenCLCXX/local_addrspace_init.cl | 2 +- test/CodeGenOpenCLCXX/method-overload-address-space.cl | 2 +- test/CodeGenOpenCLCXX/template-address-spaces.cl | 2 +- test/Driver/autocomplete.c | 6 ++++-- test/Driver/opencl.cl | 4 ++-- test/Frontend/opencl.cl | 2 +- test/Frontend/stdlang.c | 3 ++- test/Headers/opencl-c-header.cl | 2 +- test/Parser/opencl-cxx-keywords.cl | 4 ++-- test/Parser/opencl-cxx-virtual.cl | 2 +- test/Preprocessor/predefined-macros.c | 2 +- test/SemaOpenCL/address-spaces-conversions-cl2.0.cl | 6 +++--- test/SemaOpenCL/address-spaces.cl | 2 +- test/SemaOpenCL/builtin.cl | 2 +- test/SemaOpenCL/clk_event_t.cl | 2 +- test/SemaOpenCL/extension-version.cl | 4 ++-- test/SemaOpenCL/extensions.cl | 2 +- test/SemaOpenCL/invalid-image.cl | 2 +- test/SemaOpenCL/invalid-pipes-cl2.0.cl | 2 +- test/SemaOpenCLCXX/address-space-deduction.cl | 2 +- test/SemaOpenCLCXX/address-space-of-this-class-scope.cl | 2 +- test/SemaOpenCLCXX/address-space-of-this.cl | 2 +- test/SemaOpenCLCXX/address-space-references.cl | 2 +- test/SemaOpenCLCXX/address-space-templates.cl | 2 +- test/SemaOpenCLCXX/address_space_overloading.cl | 2 +- test/SemaOpenCLCXX/kernel_invalid.cl | 2 +- test/SemaOpenCLCXX/method-overload-address-space.cl | 2 +- test/SemaOpenCLCXX/newdelete.cl | 2 +- test/SemaOpenCLCXX/restricted.cl | 2 +- 53 files changed, 68 insertions(+), 64 deletions(-)