summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/vla-lambda-capturing.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault
2022-10-07[CodeGenCXX] Convert more tests to opaque pointers (NFC)Nikita Popov
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
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2016-09-26P0145R3 (C++17 evaluation order tweaks): consistently emit the LHS of arrayRichard Smith
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-04-01Re-land "MS ABI: lambda call operators are instance methods and should use th...Reid Kleckner
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
2015-01-21Make the test a bit stricter. NFC.Rafael Espindola
2014-11-22Support matching signext attribute in vla-lambda-capturing test to appease cl...Daniel Sanders
2014-08-28Fixed test compatibility with MSVC codegen.Alexey Bataev
2014-08-28[C++11] Support for capturing of variable length arrays in lambda expression.Alexey Bataev