aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/cast-conversion.cpp
AgeCommit message (Expand)Author
2012-10-16Implement GCC's -Wint-to-pointer-cast.David Blaikie
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-08-30Declare and define implicit move constructor and assignment operator.Sebastian Redl
2011-02-14Provide overload diagnostics when explicit casts involving class types fail.John McCall
2010-09-19Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis
2010-09-19Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-02-09Migrate the mish-mash of declaration checks inDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-06Improve recovery when we fail to parse the operand of a C++ named cast. Fixes...Douglas Gregor
2009-11-06If we have a C-style cast, functional cast, or a static_cast to aDouglas Gregor
2009-10-01Patch to implement static casting which requires one Fariborz Jahanian