aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/implicit-virtual-member-functions.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-06[Lit Test] Make tests C++11 compatible - Microsoft diagnosticsCharles Li1-10/+64
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg1-2/+2
2014-01-13Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg1-2/+6
2013-06-13Fix some confusing diagnostic wording. s/implicit default/implicit/ if we'reRichard Smith1-3/+3
2010-05-13Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor1-2/+2
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall1-3/+3
2010-03-02During codegen assert that any copy assignment, destructor or constructor thatRafael Espindola1-2/+2
2010-01-06Make our marking of virtual members functions in a class beDouglas Gregor1-4/+4
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-02In Sema, whenever we think that a function is going to cause a vtable to be g...Anders Carlsson1-0/+29