summaryrefslogtreecommitdiffstats
path: root/test/Analysis/lambdas.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Fix the assertion failure when static globals are used in lambda b...George Karpenkov2018-03-201-0/+17
* [analyzer] Don't treat lambda-captures float constexprs as undefinedDevin Coughlin2017-12-041-0/+10
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-3/+3
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-3/+3
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-3/+3
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-3/+3
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-3/+3
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-3/+3
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-3/+3
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-3/+3
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-3/+3
* [analyzer] Fix crash when lambda captures a variable-length array.Devin Coughlin2015-12-071-0/+13
* [analyzer] DeadStoresChecker: Treat locals captured by reference in C++ lambd...Devin Coughlin2015-11-201-1/+44
* [analyzer] Refer to capture field to determine if capture is reference.Devin Coughlin2015-11-151-0/+72
* [analyzer] Fix lambdas that are capturing constants.Gabor Horvath2015-10-271-0/+15
* [analyzer] Fix another crash when analyzing lambda functions.Gabor Horvath2015-10-271-0/+6
* [analyzer] Added a missing test case for r251289.Gabor Horvath2015-10-261-0/+13
* [Static Analyzer] Lambda support.Gabor Horvath2015-09-111-1/+173
* Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith2013-09-281-1/+1
* Include lambda capture init expressions in CFG.Ted Kremenek2012-04-121-0/+20