| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
partial ordering of function templates, use a simple superset
relationship rather than the convertibility-implying
isMoreQualifiedThan/compatibilyIncludes relationship. Fixes partial
ordering between references and address-space-qualified references.
llvm-svn: 130612
|
|
|
|
|
|
|
| |
non-CVR qualifiers. We can now properly match address-space--qualified
references during template argument deduction.
llvm-svn: 130365
|
|
deduction. The good news is that address spaces are a lot less broken
in this regard than I'd expected.
llvm-svn: 130346
|