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