Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] Fix crash when lambda captures a variable-length array. | Devin Coughlin | 2015-12-07 | 1 | -0/+13 |
* | [analyzer] DeadStoresChecker: Treat locals captured by reference in C++ lambd... | Devin Coughlin | 2015-11-20 | 1 | -1/+44 |
* | [analyzer] Refer to capture field to determine if capture is reference. | Devin Coughlin | 2015-11-15 | 1 | -0/+72 |
* | [analyzer] Fix lambdas that are capturing constants. | Gabor Horvath | 2015-10-27 | 1 | -0/+15 |
* | [analyzer] Fix another crash when analyzing lambda functions. | Gabor Horvath | 2015-10-27 | 1 | -0/+6 |
* | [analyzer] Added a missing test case for r251289. | Gabor Horvath | 2015-10-26 | 1 | -0/+13 |
* | [Static Analyzer] Lambda support. | Gabor Horvath | 2015-09-11 | 1 | -1/+173 |
* | Per latest drafting, switch to implementing init-captures as if by declaring | Richard Smith | 2013-09-28 | 1 | -1/+1 |
* | Include lambda capture init expressions in CFG. | Ted Kremenek | 2012-04-12 | 1 | -0/+20 |