summaryrefslogtreecommitdiff
path: root/test/SemaCXX/const-cast.cpp
Commit message (Expand)AuthorAge
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-05
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-10
* Fix support for const_cast<>s of array types which actual change theChandler Carruth2009-12-29
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis2009-06-03
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Fix a long standard problem with clang retaining "too much" sugar Chris Lattner2009-02-19
* Add support for member pointers to const_cast.Sebastian Redl2009-01-26
* Removed the warningDouglas Gregor2008-12-17
* Remove workaround for reference. No longer necessary.Sebastian Redl2008-10-29
* Semantic analysis for C++ reinterpret_cast and const_cast. Patch by Sebastian...Douglas Gregor2008-10-24