Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d692af71226d2fb537d86c670af96114ddd485c3
/
test
/
CodeGenCXX
/
rtti-linkage.cpp
d1c1d7b
typeid() produces type information for the cv-unqualified version of
by Douglas Gregor
· 15 years ago
ecb2df2
XFAIL a test on Win32.
by Daniel Dunbar
· 15 years ago
6fb745b
Rework when and how vtables are emitted, by tracking where vtables are
by Douglas Gregor
· 15 years ago
031b371
Drastically simplify the computation of linkage for typeinfo by using
by Douglas Gregor
· 15 years ago
e8f9038
If the key function of a record is inline, then the RTTI data should have weak_odr linkage.
by Anders Carlsson
· 15 years ago
f64531a
More RTTI cleanup, test that RTTI classes have the correct vtables.
by Anders Carlsson
· 15 years ago
9c7b6bb
Handle enum types as well.
by Anders Carlsson
· 15 years ago
09b6e6e
Fix function type RTTI linkage and add tests.
by Anders Carlsson
· 15 years ago
f57f207
Remove cv-qualifiers from the argument to typeid
by Douglas Gregor
· 15 years ago
610b0d9
Add tests for structs inside anonymous namespaces.
by Anders Carlsson
· 15 years ago
625c1ae
Incomplete structs should also have internal linkage.
by Anders Carlsson
· 15 years ago
17fa6f9
Correcly handle pointers to member pointer types where the class or the pointee is incomplete.
by Anders Carlsson
· 15 years ago
8d14515
Rework the way pointer types are handled by the RTTI builder. We now get the right linkage for indirect pointers to incomplete structs.
by Anders Carlsson
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
4e71356
Use GetAddrOfRTTI when getting the RTTI pointer for a base class.
by Anders Carlsson
· 15 years ago