aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/address-spaces.cpp
AgeCommit message (Collapse)Author
2011-04-30When comparing parameters of reference-to-qualified type duringDouglas Gregor
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130612 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-28More cleanup of template argument deduction and its handling ofDouglas Gregor
non-CVR qualifiers. We can now properly match address-space--qualified references during template argument deduction. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130365 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-27Clean up the handling of non-CVR qualifiers in template argumentDouglas Gregor
deduction. The good news is that address spaces are a lot less broken in this regard than I'd expected. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130346 91177308-0d34-0410-b5e6-96231b3b80d8