When computing the type of a local variable reference within a lambda,
only add 'const' for variables captured by copy in potentially evaluated expressions of non-mutable lambdas. (The "by copy" part was missing). llvm-svn: 150088
Loading
Please sign in to comment