summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/uncopyable-args.cpp
AgeCommit message (Expand)Author
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