From: Douglas Gregor Date: Wed, 8 Feb 2012 21:19:04 +0000 (+0000) Subject: Minor comment fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d2f0f589a8c38f64147e90ccdd813dde74ecdb6;p=clang Minor comment fix git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150090 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp b/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp index 0696f603b6..3c5ac220a1 100644 --- a/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp +++ b/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&);