summaryrefslogtreecommitdiff
path: root/test/Lexer
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2019-08-19 17:39:59 +0000
committerErich Keane <erich.keane@intel.com>2019-08-19 17:39:59 +0000
commit60120426f631c9a54b8e4075ec6c7ab18990a958 (patch)
tree364fac18cf11c614e091996d43b4acc64d04f742 /test/Lexer
parente03316caa048bdac650cfe0f61274677fe9b6ee4 (diff)
downloadclang-60120426f631c9a54b8e4075ec6c7ab18990a958.tar.gz
Implement P1668R1
Allow inline assembly statements in unexecuted branches of constexpr functions. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369281 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Lexer')
-rw-r--r--test/Lexer/cxx-features.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Lexer/cxx-features.cpp b/test/Lexer/cxx-features.cpp
index 75d6e0aa14..a8ef6291f4 100644
--- a/test/Lexer/cxx-features.cpp
+++ b/test/Lexer/cxx-features.cpp
@@ -203,7 +203,7 @@
#error "wrong value for __cpp_lambdas"
#endif
-#if check(constexpr, 0, 200704, 201304, 201603, 201603)
+#if check(constexpr, 0, 200704, 201304, 201603, 201907)
#error "wrong value for __cpp_constexpr"
#endif