summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjCXX/lambda-expressions.mm
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2022-12-12[Clang] Convert various 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-07-09Reapply [IR] Don't mark mustprogress as type attributeNikita Popov
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2018-12-18Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper
2018-04-27[CodeGen] Avoid destructing a callee-destructued struct type in aAkira Hatanaka
2018-04-27Revert "[CodeGen] Avoid destructing a callee-destructued struct type in a"Akira Hatanaka
2018-04-27[CodeGen] Avoid destructing a callee-destructued struct type in aAkira Hatanaka
2017-02-14[CodeGen][ObjC] Use the type of the captured field of the enclosingAkira Hatanaka
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2016-09-18CodeGen: mark ObjC cstring literals as unnamed_addrSaleem Abdulrasool
2016-09-18CodeGen: mark ObjC cstring literals as constantSaleem Abdulrasool
2016-09-16[CodeGen][ObjC] Block captures should inherit the type of the capturedAkira Hatanaka
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2014-11-06Don't manually insert L prefixes.Rafael Espindola
2014-02-27Use private linkage for globals we already name with \01L and \01l.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-07-12Compute 'this' correctly for block in lambda.Eli Friedman
2013-06-13Followup to r183931 to fix the lambda conversion-to-block-pointer member.Eli Friedman
2013-05-03Correctly emit certain implicit references to 'self' even withinJohn McCall
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling
2012-06-26block literal irgen: several improvements on naming blockFariborz Jahanian
2012-03-01Make CodeGenFunction::EmitBlockCopyAndAutorelease actually do what its name s...Eli Friedman
2012-03-01Implement "optimization" for lambda-to-block conversion which inlines the gen...Eli Friedman
2012-02-28Basic coverage test for conversion-to-block-pointer for lambda expressions.Eli Friedman