summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/constexpr-printing.cpp
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2017-08-08 23:17:51 +0000
committerTim Northover <tnorthover@apple.com>2017-08-08 23:17:51 +0000
commitd1fafc8b0569b1cef000e1063657e2752f41ecb4 (patch)
treedcbd9648de59e25bccb8b201d6ed11f220501dc6 /clang/test/SemaCXX/constexpr-printing.cpp
parent8dd90fb54b2b0c1fd0209ecbbd78c242863e2aa8 (diff)
downloadbcm5719-llvm-d1fafc8b0569b1cef000e1063657e2752f41ecb4.tar.gz
bcm5719-llvm-d1fafc8b0569b1cef000e1063657e2752f41ecb4.zip
Revert "Lexer: always allow imaginary constants in GNU mode."
This reverts r310423. It was committed by mistake, I intended to commit the improved diagnostics for implicit conversions instead. llvm-svn: 310426
Diffstat (limited to 'clang/test/SemaCXX/constexpr-printing.cpp')
-rw-r--r--clang/test/SemaCXX/constexpr-printing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/constexpr-printing.cpp b/clang/test/SemaCXX/constexpr-printing.cpp
index 3112fdeb355..7f6a9c6a82f 100644
--- a/clang/test/SemaCXX/constexpr-printing.cpp
+++ b/clang/test/SemaCXX/constexpr-printing.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -std=gnu++11 -fsyntax-only -verify -triple x86_64-linux-gnu
+// RUN: %clang_cc1 %s -std=c++11 -fsyntax-only -verify -triple x86_64-linux-gnu
struct S;
constexpr int extract(const S &s);
OpenPOWER on IntegriCloud