Lambdas: semantic analysis of explicit captures.
authorEli Friedman <eli.friedman@gmail.com>
Sat, 7 Jan 2012 01:08:17 +0000 (01:08 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 7 Jan 2012 01:08:17 +0000 (01:08 +0000)
commit44803326d4e8a539990cddf136ab72ba7224cdfb
treebe26c20d971d238fec3ad585d4cb632e56137751
parente1181f3ea0528ce917acf56da8b4278338ac34bf
Lambdas: semantic analysis of explicit captures.

This patch (and some of my other commits related to lambdas) is heavily based off of John Freeman's work-in-progress patches.

llvm-svn: 147706
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Sema/ScopeInfo.h
clang/lib/Sema/SemaExprCXX.cpp
clang/test/SemaCXX/lambda-expressions.cpp [new file with mode: 0644]