aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/implicit-virtual-member-functions.cpp
AgeCommit message (Expand)Author
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-03-02During codegen assert that any copy assignment, destructor or constructor thatRafael Espindola
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-02In Sema, whenever we think that a function is going to cause a vtable to be g...Anders Carlsson