diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-02-08 21:19:04 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-02-08 21:19:04 +0000 |
commit | 8390afde4ec0342cf43de91a50155d4c825ffdcd (patch) | |
tree | 38892aec91e436b011ba9c70852c83b1e9eb6252 /clang/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp | |
parent | 03dd13cfb6c1df23ee857f6d477052db441703e7 (diff) | |
download | bcm5719-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.cpp | 3 |
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&); |