summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/init.c
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-02-24 01:35:45 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-02-24 01:35:45 +0000
commit51bacfd9c7b671da9c6bb0c3f98cb775994cffdd (patch)
tree1518c5f4c5cd8e711574163579de6cd6ed1358be /clang/test/Preprocessor/init.c
parent8ab169109129300e9cd7199b7b735ab3bd23760b (diff)
downloadbcm5719-llvm-51bacfd9c7b671da9c6bb0c3f98cb775994cffdd.tar.gz
bcm5719-llvm-51bacfd9c7b671da9c6bb0c3f98cb775994cffdd.zip
Update __cplusplus to match the value in the C++14 DIS preview (D3937).
llvm-svn: 202003
Diffstat (limited to 'clang/test/Preprocessor/init.c')
-rw-r--r--clang/test/Preprocessor/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Preprocessor/init.c b/clang/test/Preprocessor/init.c
index d42f18de4a3..13c0182752e 100644
--- a/clang/test/Preprocessor/init.c
+++ b/clang/test/Preprocessor/init.c
@@ -15,7 +15,7 @@
// CXX1Y:#define __GXX_EXPERIMENTAL_CXX0X__ 1
// CXX1Y:#define __GXX_RTTI 1
// CXX1Y:#define __GXX_WEAK__ 1
-// CXX1Y:#define __cplusplus 201305L
+// CXX1Y:#define __cplusplus 201402L
// CXX1Y:#define __private_extern__ extern
//
//
@@ -89,7 +89,7 @@
//
// GXX1Y:#define __GNUG__
// GXX1Y:#define __GXX_WEAK__ 1
-// GXX1Y:#define __cplusplus 201305L
+// GXX1Y:#define __cplusplus 201402L
// GXX1Y:#define __private_extern__ extern
//
//
OpenPOWER on IntegriCloud