summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-weak-vtables.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable -Wweak-vtables when there are no key functionsReid Kleckner2016-12-061-1/+4
* Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed().Nico Weber2015-01-261-14/+12
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+2
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-131-1/+2
* Provide a separate warning for weak vtables in explicit template instantiatio...David Blaikie2011-12-091-1/+21
* When checking for weak vtables, check whether the actual definition ofDouglas Gregor2011-09-231-0/+27
* Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor2010-05-131-0/+10
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* Implement a warning diagnostic for weak vtables. Fixes PR6116.Anders Carlsson2010-02-061-0/+21