]> granicus.if.org Git - clang/commit
Note whether a lambda is mutable in the LambdaScopeInfo; this information will be...
authorEli Friedman <eli.friedman@gmail.com>
Fri, 3 Feb 2012 01:39:09 +0000 (01:39 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 3 Feb 2012 01:39:09 +0000 (01:39 +0000)
commitd67d0cc40f31956b40b44b6ee3619d17a0f73294
tree243d9d747b338e4edb785aefc37093ba4807627e
parent05072804cfba9f5635d126b14c136e3887e0a0c0
Note whether a lambda is mutable in the LambdaScopeInfo; this information will be necessary to handle references to captured variables.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149660 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/ScopeInfo.h
lib/Sema/SemaExprCXX.cpp