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
/
const-cast.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-09-05
1
-3
/
+3
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-1
/
+1
*
Fix support for const_cast<>s of array types which actual change the
Chandler Carruth
2009-12-29
1
-1
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Use "()" instead of "(void)" when pretty-printing a parameter-less function t...
Argyrios Kyrtzidis
2009-06-03
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Fix a long standard problem with clang retaining "too much" sugar
Chris Lattner
2009-02-19
1
-2
/
+2
*
Add support for member pointers to const_cast.
Sebastian Redl
2009-01-26
1
-0
/
+7
*
Removed the warning
Douglas Gregor
2008-12-17
1
-1
/
+1
*
Remove workaround for reference. No longer necessary.
Sebastian Redl
2008-10-29
1
-1
/
+1
*
Semantic analysis for C++ reinterpret_cast and const_cast. Patch by Sebastian...
Douglas Gregor
2008-10-24
1
-0
/
+56