aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/explicit.cpp
AgeCommit message (Expand)Author
2012-10-24Update regression tests for r166617.Eli Friedman
2012-02-24Implement C++11 [over.match.copy]p1b2, which allows the use ofDouglas Gregor
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
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-07-23Tests for explicit conversion operators, along with a fix to avoidDouglas Gregor
2010-01-24Fix a pretty bad bug where if a constructor (or conversion function) was mark...Anders Carlsson