]> granicus.if.org Git - clang/commit
[OpenCL] Added -std/-cl-std=c++
authorAnastasia Stulova <anastasia.stulova@arm.com>
Thu, 12 Apr 2018 14:17:04 +0000 (14:17 +0000)
committerAnastasia Stulova <anastasia.stulova@arm.com>
Thu, 12 Apr 2018 14:17:04 +0000 (14:17 +0000)
commit4bdcbad8ffe2cb49391091a3ddb3a1b6f3ae1ae6
tree3d9d3ccafdc8e106b3000c13328a67cfd1b38fe7
parent010f67d24187508c82d72163ce2d574d5cc04c8e
[OpenCL] Added -std/-cl-std=c++

This is std option for OpenCL C++ v1.0.

Differential Revision: https://reviews.llvm.org/D45363

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329911 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/LangOptions.def
include/clang/Driver/Options.td
include/clang/Frontend/LangStandards.def
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/InitPreprocessor.cpp
test/Driver/autocomplete.c
test/Driver/opencl.cl
test/Driver/unknown-std.cl
test/Frontend/opencl.cl
test/Frontend/stdlang.c
test/Preprocessor/predefined-macros.c