Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c169e08f3ad678df4ffb87cbbe5096208f6bf40a
/
test
/
CodeGenCXX
/
vtable-key-function.cpp
f502d93
Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the exception of explicit template instantiations, which have to be weak_odr.
by Anders Carlsson
· 14 years ago
9f959db
Add unnamed_addr to vtables.
by Rafael Espindola
· 14 years ago
279b5eb
Just disable the hidden-visibility optimization for now by hiding it behind
by John McCall
· 14 years ago
3d640e6
Emit weak vtables of non-template classes with hidden visibility.
by John McCall
· 14 years ago
bd6d619
Improve key-function computation for templates. In particular:
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
d58987c
It's OK to try to emit a vtable definition more than once. Fixes PR5697.
by Anders Carlsson
· 15 years ago