| commit | 86a1b135f0c67a022ef628f092c6691892752876 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Feb 16 03:49:44 2017 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Feb 16 03:49:44 2017 +0000 |
| tree | 38370ed60b8d09c8bf1cb32e33d9517f7d65f940 | |
| parent | 26ca0bddf091387d01da5aef8b9248c7339b612a [diff] |
Add missing "deduced A == A" check for function template partial ordering. This appears to be the only template argument deduction context where we were missing this check. Surprisingly, other implementations also appear to miss the check in this case; it may turn out that important code is relying on the widespread non-conformance here, in which case we'll need to reconsider. llvm-svn: 295277