summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cast-conversion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't build expressions for invalid casts.Eli Friedman2013-07-261-2/+8
* Add a few more tests for casts.Eli Friedman2013-06-201-0/+8
* Implement GCC's -Wint-to-pointer-cast.David Blaikie2012-10-161-1/+21
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Declare and define implicit move constructor and assignment operator.Sebastian Redl2011-08-301-1/+2
* Provide overload diagnostics when explicit casts involving class types fail.John McCall2011-02-141-5/+5
* Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis2010-09-191-1/+2
* Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis2010-09-191-2/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-3/+3
* Migrate the mish-mash of declaration checks inDouglas Gregor2010-02-091-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Improve recovery when we fail to parse the operand of a C++ named cast. Fixes...Douglas Gregor2009-11-061-0/+11
* If we have a C-style cast, functional cast, or a static_cast to aDouglas Gregor2009-11-061-0/+14
* Patch to implement static casting which requires one Fariborz Jahanian2009-10-011-0/+21
OpenPOWER on IntegriCloud