Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
14429b918bd2f4cb52abc75546a7fe37142054ca
/
test
/
SemaCXX
/
reinterpret-cast.cpp
c79f767
tests: Use -ffreestanding when including stdint.h, to avoid platform dependencies.
by Daniel Dunbar
· 14 years ago
66cf2d1
print "const intptr_t" instead of "intptr_t const"
by Chris Lattner
· 14 years ago
58f9e13
make clang print types as "const int *" instead of "int const*",
by Chris Lattner
· 14 years ago
52647c6
When deciding whether reinterpret_cast casts away constness we need to look at array qualifiers. Fixes rdar://problem/8018292.
by Anders Carlsson
· 14 years ago
7c2342d
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 15 years ago
a873dfc
Implement the lvalue-to-rvalue conversion where needed. The
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
f1cd5e5
Use intptr_t rather than long so that this test will not fail on LLP64 systems,
by Sean Hunt
· 15 years ago
76d69bb
CastsAwayConstness shouldn't care if member pointers point into different classes. Fixes PR5545.
by Sebastian Redl
· 15 years ago
7c94c4b
Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++.
by Argyrios Kyrtzidis
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
db64728
Add handling of member pointers to reinterpret_cast.
by Sebastian Redl
· 16 years ago
2f639b9
Semantic analysis for C++ reinterpret_cast and const_cast. Patch by Sebastian Redl.
by Douglas Gregor
· 16 years ago