Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests for explicit conversion operators, along with a fix to avoid | Douglas Gregor | 2011-07-23 | 1 | -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 Carlsson | 2010-01-24 | 1 | -0/+39 |
marked as 'explicit', but then defined out-of-line, we would not treat it as being explicit. llvm-svn: 94366 |