summaryrefslogtreecommitdiff
path: root/test/SemaCXX/const-cast.cpp
Commit message (Expand)AuthorAgeFilesLines
* DR330: look through array types when forming the cv-decomposition of a type.Richard Smith2018-07-111-2/+8
* [Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li2015-11-111-3/+10
* Sema: Check value dependent casts when possibleDavid Majnemer2014-12-161-0/+3
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-1/+1
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-1/+1
* Tighten test regexes checking for __attribute__((thiscall)) on function types.Hans Wennborg2013-12-131-1/+1
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-1/+1
* Fix handling of const_cast from prvalue to rvalue reference: such a cast isRichard Smith2013-06-141-0/+2
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-3/+3
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Fix support for const_cast<>s of array types which actual change theChandler Carruth2009-12-291-1/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis2009-06-031-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix a long standard problem with clang retaining "too much" sugar Chris Lattner2009-02-191-2/+2
* Add support for member pointers to const_cast.Sebastian Redl2009-01-261-0/+7
* Removed the warningDouglas Gregor2008-12-171-1/+1
* Remove workaround for reference. No longer necessary.Sebastian Redl2008-10-291-1/+1
* Semantic analysis for C++ reinterpret_cast and const_cast. Patch by Sebastian...Douglas Gregor2008-10-241-0/+56