index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
reinterpret-cast.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug in -Wundefined-reinterpret-cast where we failed to look
Chandler Carruth
2011-05-24
1
-0
/
+8
*
Add a warning for when reinterpret_cast leads to undefined behavior, patch by...
Argyrios Kyrtzidis
2011-05-02
1
-1
/
+153
*
Don't allow reinterpret_cast to reference of vector element and property expr...
Argyrios Kyrtzidis
2011-04-22
1
-1
/
+4
*
reinterpret_cast to reference of a bit-field is not allowed.
Argyrios Kyrtzidis
2011-04-22
1
-0
/
+5
*
Implement appropriate semantics for C++ casting and conversion when
Douglas Gregor
2011-04-15
1
-4
/
+4
*
tests: Use -ffreestanding when including stdint.h, to avoid platform dependen...
Daniel Dunbar
2010-09-07
1
-1
/
+1
*
print "const intptr_t" instead of "intptr_t const"
Chris Lattner
2010-09-05
1
-1
/
+1
*
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-09-05
1
-4
/
+4
*
When deciding whether reinterpret_cast casts away constness we need to look a...
Anders Carlsson
2010-06-04
1
-0
/
+12
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-6
/
+6
*
Implement the lvalue-to-rvalue conversion where needed. The
Douglas Gregor
2010-02-03
1
-1
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Use intptr_t rather than long so that this test will not fail on LLP64 systems,
Alexis Hunt
2009-11-22
1
-4
/
+6
*
CastsAwayConstness shouldn't care if member pointers point into different cla...
Sebastian Redl
2009-11-18
1
-0
/
+6
*
Use "()" instead of "(void)" when pretty-printing a parameter-less function t...
Argyrios Kyrtzidis
2009-06-03
1
-3
/
+3
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Add handling of member pointers to reinterpret_cast.
Sebastian Redl
2009-01-27
1
-0
/
+18
*
Semantic analysis for C++ reinterpret_cast and const_cast. Patch by Sebastian...
Douglas Gregor
2008-10-24
1
-0
/
+72