Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
f1d1d9ad72507a8ef1e97d2dccad8445f035e762
/
test
/
CodeGenCXX
/
dyncast.cpp
6b61fcd
stop looking for #uses comments.
by Chris Lattner
· 14 years ago
485ee32
When a failed dynamic_cast<T&> (which is an lvalue) results in a
by Douglas Gregor
· 14 years ago
b217bcc
XFAIL two tests on Win32 until some cares to investigate... the problem on
by Daniel Dunbar
· 15 years ago
905a100
When performing a derived-to-base cast that we know will not change the offset, we don't need to null check the input pointer. Fixes PR5965.
by Anders Carlsson
· 15 years ago
5bb4d98
Revert r94073, it fails in Release-Asserts builds.
by Benjamin Kramer
· 15 years ago
21c5791
Match branch labels with the trailing colon so we don't accidentally match something else.
by Benjamin Kramer
· 15 years ago
69456f1
Fix Release-Asserts for the time being.
by Mike Stump
· 15 years ago
e8e4a1c
Use GetAddrOfRTTI everywhere and remove GenerateRTTI and GenerateRTTIRef. With this change, we can now compile and link TableGen.
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
a84b404
Fixup key function calculations.
by Mike Stump
· 15 years ago
c888f48
Note why this doesn't yet work.
by Mike Stump
· 15 years ago
f4a08d0
Trim spacing.
by Mike Stump
· 15 years ago
39f36e3
Testcase for dynamic_cast.
by Mike Stump
· 15 years ago