aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/key-function-vtable.cpp
AgeCommit message (Expand)Author
2013-01-26Specify non-GNU-ARM triples for key-function test.Tim Northover
2011-02-19Warn about code that uses variables and functions with internal linkageJohn McCall
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-03Emit weak vtables of non-template classes with hidden visibility.John McCall
2010-05-14A vtable is used if the key function is defined... even if that keyDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-08Slight tweak to vtable linkage.Eli Friedman
2009-12-08Misc key function fixes.Eli Friedman