diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-02-23 03:02:32 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-02-23 03:02:32 +0000 |
commit | 34b2e8bb17e5d5a2b42c3f849bab7f9cdafcf3e9 (patch) | |
tree | 5acd3935bbed7e8b37b2d64c296bf5302b97b897 /clang/test/Lexer/has_feature_cxx0x.cpp | |
parent | f258a15bdfd63b98c33f7d14aa43c7d3b6e57976 (diff) | |
download | bcm5719-llvm-34b2e8bb17e5d5a2b42c3f849bab7f9cdafcf3e9.tar.gz bcm5719-llvm-34b2e8bb17e5d5a2b42c3f849bab7f9cdafcf3e9.zip |
Clang now supports lambda expressions.
llvm-svn: 151231
Diffstat (limited to 'clang/test/Lexer/has_feature_cxx0x.cpp')
-rw-r--r-- | clang/test/Lexer/has_feature_cxx0x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Lexer/has_feature_cxx0x.cpp b/clang/test/Lexer/has_feature_cxx0x.cpp index 17ed6fbfafd..d987a38d024 100644 --- a/clang/test/Lexer/has_feature_cxx0x.cpp +++ b/clang/test/Lexer/has_feature_cxx0x.cpp @@ -16,7 +16,7 @@ int has_lambdas(); int no_lambdas(); #endif -// CHECK-0X: no_lambdas +// CHECK-0X: has_lambdas // CHECK-NO-0X: no_lambdas |