summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-02-08 21:19:04 +0000
committerDouglas Gregor <dgregor@apple.com>2012-02-08 21:19:04 +0000
commit8390afde4ec0342cf43de91a50155d4c825ffdcd (patch)
tree38892aec91e436b011ba9c70852c83b1e9eb6252 /clang/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp
parent03dd13cfb6c1df23ee857f6d477052db441703e7 (diff)
downloadbcm5719-llvm-8390afde4ec0342cf43de91a50155d4c825ffdcd.tar.gz
bcm5719-llvm-8390afde4ec0342cf43de91a50155d4c825ffdcd.zip
Minor comment fix
llvm-svn: 150090
Diffstat (limited to 'clang/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp')
-rw-r--r--clang/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp b/clang/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp
index 0696f603b68..3c5ac220a1e 100644
--- a/clang/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp
+++ b/clang/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp
@@ -6,7 +6,8 @@ void analysis_based_warnings() {
// expected-error{{lambda expressions are not supported yet}}
}
-// Check that we get the right types of captured variables (the semantic-analysis part of
+// Check that we get the right types of captured variables (the
+// semantic-analysis part of p7).
int &check_const_int(int&);
float &check_const_int(const int&);
OpenPOWER on IntegriCloud