]> granicus.if.org Git - clang/commitdiff
Minor comment fix
authorDouglas Gregor <dgregor@apple.com>
Wed, 8 Feb 2012 21:19:04 +0000 (21:19 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 8 Feb 2012 21:19:04 +0000 (21:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150090 91177308-0d34-0410-b5e6-96231b3b80d8

test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp

index 0696f603b683511b75d4ed66ace1472b77288d29..3c5ac220a1e8e7628f24b8b3793e5a5bc75fabb0 100644 (file)
@@ -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&);