summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/key-function-vtable.cpp
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne2016-12-131-5/+5
* Rework our handling of key functions. We used to track a complete list of allRichard Smith2015-02-281-8/+6
* Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed().Nico Weber2015-01-261-1/+1
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-2/+2
* Specify non-GNU-ARM triples for key-function test.Tim Northover2013-01-261-1/+2
* Warn about code that uses variables and functions with internal linkageJohn McCall2011-02-191-0/+1
* Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...Anders Carlsson2011-01-241-4/+4
* Add unnamed_addr to vtables.Rafael Espindola2011-01-111-6/+6
* Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall2010-08-121-2/+2
* Emit weak vtables of non-template classes with hidden visibility.John McCall2010-08-031-4/+4
* A vtable is used if the key function is defined... even if that keyDouglas Gregor2010-05-141-1/+10
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Slight tweak to vtable linkage.Eli Friedman2009-12-081-1/+1
* Misc key function fixes.Eli Friedman2009-12-081-0/+42