summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-weak-vtables.cpp
AgeCommit message (Expand)Author
2016-12-06Disable -Wweak-vtables when there are no key functionsReid Kleckner
2015-01-26Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed().Nico Weber
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2014-01-13Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg
2011-12-09Provide a separate warning for weak vtables in explicit template instantiatio...David Blaikie
2011-09-23When checking for weak vtables, check whether the actual definition ofDouglas Gregor
2010-05-13Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-02-06Implement a warning diagnostic for weak vtables. Fixes PR6116.Anders Carlsson