summaryrefslogtreecommitdiff
path: root/test/SemaCXX/virtual-member-functions-key-function.cpp
AgeCommit message (Expand)Author
2017-02-24[Test] Make Lit tests C++11 compatible #9Charles Li
2013-06-13Fix some confusing diagnostic wording. s/implicit default/implicit/ if we'reRichard Smith
2010-05-13Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-01-06Make sure that the key-function computation produces the correctDouglas Gregor
2010-01-06Make our marking of virtual members functions in a class beDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-07Rework how virtual member functions are marked. If a class has no key functio...Anders Carlsson