summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/address-spaces.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When comparing parameters of reference-to-qualified type duringDouglas Gregor2011-04-301-0/+11
| | | | | | | | | 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
* More cleanup of template argument deduction and its handling ofDouglas Gregor2011-04-281-0/+27
| | | | | | | non-CVR qualifiers. We can now properly match address-space--qualified references during template argument deduction. llvm-svn: 130365
* Clean up the handling of non-CVR qualifiers in template argumentDouglas Gregor2011-04-271-0/+48
deduction. The good news is that address spaces are a lot less broken in this regard than I'd expected. llvm-svn: 130346
OpenPOWER on IntegriCloud