summaryrefslogtreecommitdiff
path: root/test/CXX
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-04-26 01:51:08 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-04-26 01:51:08 +0000
commit2963769395a74e1ecb14f2be617fc2b5c977dc11 (patch)
tree75a8578ba0727593225b0c5d7b0b738356990daa /test/CXX
parent4241f674da3531d69abc759d727fb0ae7b31535e (diff)
downloadclang-2963769395a74e1ecb14f2be617fc2b5c977dc11.tar.gz
[www] Rebuild cxx_dr_status.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359261 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CXX')
-rw-r--r--test/CXX/drs/dr17xx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/drs/dr17xx.cpp b/test/CXX/drs/dr17xx.cpp
index 9f67b24271..bf7458ea81 100644
--- a/test/CXX/drs/dr17xx.cpp
+++ b/test/CXX/drs/dr17xx.cpp
@@ -77,7 +77,7 @@ namespace dr1758 { // dr1758: 3.7
#endif
}
-namespace dr1722 { // dr1722: 9.0
+namespace dr1722 { // dr1722: 9
#if __cplusplus >= 201103L
void f() {
const auto lambda = [](int x) { return x + 1; };