summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/vtable-key-function.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...Anders Carlsson2011-01-241-1/+1
* Add unnamed_addr to vtables.Rafael Espindola2011-01-111-1/+1
* Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall2010-08-121-1/+1
* Emit weak vtables of non-template classes with hidden visibility.John McCall2010-08-031-1/+1
* Improve key-function computation for templates. In particular:Douglas Gregor2010-01-051-0/+18
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* It's OK to try to emit a vtable definition more than once. Fixes PR5697.Anders Carlsson2009-12-071-0/+15