Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e4582d4a2e36a29b8b7bf3d6e2b20c7ce600ece3
/
llvm
/
unittests
/
Support
/
Casting.cpp
b46962f
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
by Aaron Ballman
· 11 years ago
4030118
Support: Add *cast_or_null<> for pointer wrappers
by Duncan P. N. Exon Smith
· 11 years ago
66f09ad
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
f04ddd0
[C++11] Replace LLVM-style type traits with C++11 standard ones.
by Benjamin Kramer
· 12 years ago
8a8cd2b
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
9ed1761
Fix a regression I introduced back in r178147.
by Rafael Espindola
· 12 years ago
130cec2
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
35dd877
Casting.h: Automatically handle isa<Base>(Derived).
by Sean Silva
· 13 years ago
c4379c3
Don't pass a null pointer to cast<> in its unit tests.
by Richard Smith
· 13 years ago
3119440
unittests/Support/Casting.cpp: [PR8226] Workaround for MSVC|Debug.
by NAKAMURA Takumi
· 14 years ago
fd23a97
add dyn_cast_or_null tests, exclude invalid dyn_cast test
by Gabor Greif
· 15 years ago
7859581
tidy up
by Gabor Greif
· 15 years ago
b9e6977
add dyn_cast tests and beef up others a bit
by Gabor Greif
· 15 years ago
dd8ba3c
tidy up
by Gabor Greif
· 15 years ago
c4dc393
migrate essentially everything from under #ifdef DEBUG_CAST_OPERATORS into this file
by Gabor Greif
· 15 years ago
1804d30
extend to cast<> and cast_or_null<> tests
by Gabor Greif
· 15 years ago
3eae1b3
isa<> tests
by Gabor Greif
· 15 years ago
704524a
initial checkin for unittest to exercise Support/Casting.h
by Gabor Greif
· 15 years ago