summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/cxx2a-destroying-delete.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-9/+9
* [MS] Always use base dtors in place of complete/vbase dtors when possibleReid Kleckner2018-03-161-2/+2
* IRGen: Move vtable load after argument evaluation.Peter Collingbourne2018-02-051-3/+3
* Support for destroying operator delete, per C++2a proposal P0722.Richard Smith2017-10-131-0/+161