summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/abstract-class-ctors-dtors.cpp
AgeCommit message (Expand)Author
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2018-04-06Fix typos in clangAlexander Kornienko
2014-02-16FileCheck's -LABEL cannot be combined with -NOT or -DAGNico Rieck
2013-12-09Output destructors and constructors in a more natural order.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2011-07-26Disable the optimization that skips emission of complete, non-virtualDouglas Gregor
2011-05-08Don't emit complete constructors for abstract classes. Also, don't emitAnders Carlsson