]> granicus.if.org Git - clang/commit
Make the error about assigning to lambda-captured variables
authorJohn McCall <rjmccall@apple.com>
Tue, 13 Mar 2012 01:10:51 +0000 (01:10 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 13 Mar 2012 01:10:51 +0000 (01:10 +0000)
commit23dde82d9043d404ee506880796b761bfec93d0d
tree29911b4eeed129b54feb8eed26b39eb9359655d7
parenta5f4441de7890953460d95f4e88b9fa432b48dc2
Make the error about assigning to lambda-captured variables
clearer, and mention the existence of mutable lambdas.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152598 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
test/SemaCXX/lambda-expressions.cpp