summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/virt-template-vtable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-1/+1
* When marking virtual functions as used for a class' vtable, mark all functionsRichard Smith2012-07-071-0/+10
* Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...Anders Carlsson2011-01-241-2/+2
* Add unnamed_addr to vtables.Rafael Espindola2011-01-111-4/+4
* Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall2010-08-121-1/+1
* It turns out that linkers (at least, the Darwin linker) don't necessarilyJohn McCall2010-08-051-1/+1
* Extend the hidden-visibility vtables optimization to template classes thatJohn McCall2010-08-041-1/+1
* Emit weak vtables of non-template classes with hidden visibility.John McCall2010-08-031-0/+9
* Turn access control on by default in -cc1.John McCall2010-04-091-0/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* If a class does not have a key function, its linkage should be weak_odr.Anders Carlsson2009-12-051-1/+1
* Tweak "key function" rules so that they work for templates with virtualEli Friedman2009-12-051-0/+12