summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/virt-template-vtable.cpp
AgeCommit message (Expand)Author
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2012-07-07When marking virtual functions as used for a class' vtable, mark all functionsRichard Smith
2011-01-24Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...Anders Carlsson
2011-01-11Add unnamed_addr to vtables.Rafael Espindola
2010-08-12Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall
2010-08-05It turns out that linkers (at least, the Darwin linker) don't necessarilyJohn McCall
2010-08-04Extend the hidden-visibility vtables optimization to template classes thatJohn McCall
2010-08-03Emit weak vtables of non-template classes with hidden visibility.John McCall
2010-04-09Turn access control on by default in -cc1.John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-05If a class does not have a key function, its linkage should be weak_odr.Anders Carlsson
2009-12-05Tweak "key function" rules so that they work for templates with virtualEli Friedman