summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/lambdas.cpp
AgeCommit message (Expand)Author
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2023-10-20Revert "Diagnose use of VLAs in C++ by default"Aaron Ballman
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2022-11-08Fix duplicate word typos; NFCRageking8
2022-10-20[analyzer] Move unexecuted test block into it's own source fileisuckatcs
2022-08-22[analyzer] Remove pattern matching of lambda capture initializersisuckatcs
2022-08-13[analyzer] Fix a crash on copy elided initialized lambda capturesisuckatcs
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-26[analyzer] Lambda capture non-POD type arrayisuckatcs
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2018-08-10Invalidate static locals when escaping lambdasGeorge Karpenkov
2018-03-20[analyzer] Fix the assertion failure when static globals are used in lambda b...George Karpenkov
2017-12-04[analyzer] Don't treat lambda-captures float constexprs as undefinedDevin Coughlin
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
2015-12-07[analyzer] Fix crash when lambda captures a variable-length array.Devin Coughlin
2015-11-20[analyzer] DeadStoresChecker: Treat locals captured by reference in C++ lambd...Devin Coughlin
2015-11-15[analyzer] Refer to capture field to determine if capture is reference.Devin Coughlin
2015-10-27[analyzer] Fix lambdas that are capturing constants.Gabor Horvath
2015-10-27[analyzer] Fix another crash when analyzing lambda functions.Gabor Horvath
2015-10-26[analyzer] Added a missing test case for r251289.Gabor Horvath
2015-09-11[Static Analyzer] Lambda support.Gabor Horvath
2013-09-28Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith
2012-04-12Include lambda capture init expressions in CFG.Ted Kremenek