[cfe-commits] r150090 - /cfe/trunk/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp

Douglas Gregor dgregor at apple.com
Wed Feb 8 13:19:04 PST 2012


Author: dgregor
Date: Wed Feb  8 15:19:04 2012
New Revision: 150090

URL: http://llvm.org/viewvc/llvm-project?rev=150090&view=rev
Log:
Minor comment fix

Modified:
    cfe/trunk/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp

Modified: cfe/trunk/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp?rev=150090&r1=150089&r2=150090&view=diff
==============================================================================
--- cfe/trunk/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp (original)
+++ cfe/trunk/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp Wed Feb  8 15:19:04 2012
@@ -6,7 +6,8 @@
   // 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&);
 





More information about the cfe-commits mailing list