summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/mangle-lambdas.cpp
AgeCommit message (Expand)Author
2023-04-04PR58819: Correct linkage and mangling of lambdas in inline static member init...David Blaikie
2022-11-18Update lambda mangling test to C++17David Blaikie
2022-10-23[Clang] Change AnonStructIds in MangleContext to per-function basedRong Xu
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-10-04[clang] Correct handling of lambdas in lambda default arguments in dependent ...Tom Honermann
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-12Add test for substitutability of variable templates in closure typeRichard Smith
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2019-10-10Re-land [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner
2019-10-10Revert [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner
2019-10-09[mangle] Fix mangling where an extra mangle context is required.Michael Liao
2017-09-22Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith
2017-09-21Revert "Give external linkage and mangling to lambdas inside inline variables...Vitaly Buka
2017-09-20Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith
2016-10-23Fix mangling numbers for varargs lambdas; varargs and non-varargs lambdas getRichard Smith
2015-05-12Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava
2015-03-27Remove test for PR12917 for now. I'm relatively sure this is ill-formed per [...Benjamin Kramer
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-07-02More fixes for block mangling.Eli Friedman
2013-07-02Don't skip lambdas when mangling local vars.Eli Friedman
2013-06-13Fix a small bug in the linkage computation for the lambda conversion-to-funct...Eli Friedman
2012-09-26Fix an edge case of mangling involving the combination of a lambda and typeid.Eli Friedman
2012-09-19Test for r164186.Eli Friedman
2012-07-22PR12917: Remove incorrect assumption that lambda mangling information cannotRichard Smith
2012-04-04Move the computation of the lambda mangling information (manglingDouglas Gregor
2012-02-21Implement non-internal linkage for lambda closure types that need aDouglas Gregor
2012-02-21Implement name mangling for lambda expressions that occur within theDouglas Gregor
2012-02-21Implement name mangling for lambda expressions that occur within theDouglas Gregor
2012-02-20Basic support for name mangling of C++11 lambda expressions. BecauseDouglas Gregor