summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/lambda-expressions-nested-linkage.cpp
AgeCommit message (Expand)Author
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide
2023-06-08[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-10-23[Clang] Change AnonStructIds in MangleContext to per-function basedRong Xu
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-05-12Fix bad mangling of <data-member-prefix> for a closure in the initializer of ...Richard Smith
2021-05-11Revert "Fix bad mangling of <data-member-prefix> for a closure in the initial...Richard Smith
2021-05-11Fix bad mangling of <data-member-prefix> for a closure in the initializer of ...Richard Smith
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-02-07[clang] Fix linkage of nested lambdas.Michael Liao
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2015-01-21Use CHECK-LABEL when possible. NFC.Rafael Espindola
2013-10-01Fix computation of linkage within nested lambdas.Faisal Vali
2013-09-29Revert the linkage fix.Faisal Vali
2013-09-29Fix computation of linkage within nested lambdas.Faisal Vali