aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/lambdas.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen1-3/+3
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen1-3/+3
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen1-3/+3
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen1-3/+3
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen1-3/+3
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen1-3/+3
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen1-3/+3
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen1-3/+3
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen1-3/+3
2015-12-07[analyzer] Fix crash when lambda captures a variable-length array.Devin Coughlin1-0/+13
2015-11-20[analyzer] DeadStoresChecker: Treat locals captured by reference in C++ lambd...Devin Coughlin1-1/+44
2015-11-15[analyzer] Refer to capture field to determine if capture is reference.Devin Coughlin1-0/+72
2015-10-27[analyzer] Fix lambdas that are capturing constants.Gabor Horvath1-0/+15
2015-10-27[analyzer] Fix another crash when analyzing lambda functions.Gabor Horvath1-0/+6
2015-10-26[analyzer] Added a missing test case for r251289.Gabor Horvath1-0/+13
2015-09-11[Static Analyzer] Lambda support.Gabor Horvath1-1/+173
2013-09-28Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith1-1/+1
2012-04-12Include lambda capture init expressions in CFG.Ted Kremenek1-0/+20