Gabor Horvath
|
ba7d9071fe
|
[analyzer] Fix lambdas that are capturing constants.
llvm-svn: 251407
|
2015-10-27 13:46:39 +00:00 |
Gabor Horvath
|
244d27149a
|
[analyzer] Fix another crash when analyzing lambda functions.
llvm-svn: 251404
|
2015-10-27 12:36:26 +00:00 |
Gabor Horvath
|
2f929b4093
|
[analyzer] Added a missing test case for r251289.
llvm-svn: 251313
|
2015-10-26 17:42:14 +00:00 |
Gabor Horvath
|
15843343b6
|
[Static Analyzer] Lambda support.
Differential Revision: http://reviews.llvm.org/D12652
llvm-svn: 247426
|
2015-09-11 16:55:01 +00:00 |
Richard Smith
|
bb13c9a49d
|
Per latest drafting, switch to implementing init-captures as if by declaring
and capturing a variable declaration, and complete the implementation of them.
llvm-svn: 191605
|
2013-09-28 04:02:39 +00:00 |
Ted Kremenek
|
da76a94bcb
|
Include lambda capture init expressions in CFG.
llvm-svn: 154611
|
2012-04-12 20:34:52 +00:00 |