summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/vtable-linkage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for PR5967: Make const-marking for LLVM globals correct for cases requiringEli Friedman2010-01-081-6/+6
* Test linkage of typeinfo and typeinfo names for class templatesDouglas Gregor2010-01-071-1/+13
* Revert my available_externally vtables experiment. It's breaking the LLVM-wit...Douglas Gregor2010-01-061-1/+1
* Make use of available_externally linkage for vtables when theDouglas Gregor2010-01-051-0/+37
* Improve key-function computation for templates. In particular:Douglas Gregor2010-01-051-0/+46
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix linkage of type info and vtable for classes without linkage.Eli Friedman2009-12-111-0/+8
* Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRT...Anders Carlsson2009-12-111-0/+6
* More linkage improvements.Anders Carlsson2009-12-061-0/+10
* If a class does not have a key function, its linkage should be weak_odr.Anders Carlsson2009-12-051-0/+10
* Use createGlobalVariable for creating vtable variables too.Anders Carlsson2009-12-051-10/+16
* Factor vtable related GlobalVariable creation out into a separate function. A...Anders Carlsson2009-12-051-0/+18
OpenPOWER on IntegriCloud