summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/explicit.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tests for explicit conversion operators, along with a fix to avoidDouglas Gregor2011-07-231-0/+140
| | | | | | | | | | considering explicit conversion operators when determining surrogate functions. Fixes PR10453. Note that there are a few test cases where Clang is still wrong because it does not implement DR899; see PR10456. Patch by Jonathan Sauer! llvm-svn: 135857
* Fix a pretty bad bug where if a constructor (or conversion function) was ↵Anders Carlsson2010-01-241-0/+39
marked as 'explicit', but then defined out-of-line, we would not treat it as being explicit. llvm-svn: 94366
OpenPOWER on IntegriCloud