summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cstyle-cast.cpp
Commit message (Expand)AuthorAgeFilesLines
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-11/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement C++ semantics for C-style and functional-style casts. This regresse...Sebastian Redl2009-07-251-0/+231
OpenPOWER on IntegriCloud