summaryrefslogtreecommitdiff
path: root/test/SemaCXX/explicit.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-2/+21
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-6/+2
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-2/+6
* Implement the remaining portion of DR1467 from r227022. I may have overlooked...Larisse Voufo2015-01-271-9/+5
* PR20844: If we fail to list-initialize a reference, map to the referenced typeRichard Smith2014-09-041-1/+1
* PR18777: This PR is already fixed; add regtest.Richard Smith2014-02-101-0/+5
* Warn on duplicate function specifierSerge Pavlov2013-11-131-0/+6
* PR17295: Do not allow explicit conversion functions to be used in cases whereRichard Smith2013-09-211-7/+74
* Refactor places which perform contextual implicit conversions to go through aRichard Smith2013-05-211-2/+2
* Update regression tests for r166617.Eli Friedman2012-10-241-11/+11
* Implement C++11 [over.match.copy]p1b2, which allows the use ofDouglas Gregor2012-02-241-14/+5
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* 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/+6
* Tests for explicit conversion operators, along with a fix to avoidDouglas Gregor2011-07-231-0/+140
* Fix a pretty bad bug where if a constructor (or conversion function) was mark...Anders Carlsson2010-01-241-0/+39