summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/uncopyable-args.cpp
AgeCommit message (Expand)Author
2025-07-18[clang][CodeGen] Set `dead_on_return` when passing arguments indirectlyAntonio Frighetto
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-07-12[PS4/PS5] NFC: Use preferred predicate in a triple checkPaul Robinson
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-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2018-03-16[MS] Don't escape MS C++ names with \01Reid Kleckner
2018-02-23Bring r325915 back.Rafael Espindola
2018-02-23Revert "Start setting dso_local for COFF."Rafael Espindola
2018-02-23Start setting dso_local for COFF.Rafael Espindola
2017-08-26Add flag to request Clang is ABI-compatible with older versions of itselfRichard Smith
2017-08-16PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith
2017-08-09Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...Diana Picus
2017-08-08PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith
2016-11-22Fix -Asserts build, and add some more test cases.Peter Collingbourne
2016-11-22Sema, CodeGen: Ensure that an implicit copy ctor is available more often unde...Peter Collingbourne
2015-08-31Fix CHECK directives that weren't checking.Hans Wennborg
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-05-15Revert Itanium parts of "Don't copy objects with trivial, deleted copy ctors"Reid Kleckner
2014-05-14Don't copy objects with trivial, deleted copy ctorsReid Kleckner