summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/address-space-references.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Sema] Improve diagnostic about addr spaces for overload candidatesAnastasia Stulova2019-12-131-4/+4
| | | | | | | | | | Allow sending address spaces into diagnostics to simplify and improve error reporting. Improved wording of diagnostics for address spaces in overloading. Tags: #clang Differential Revision: https://reviews.llvm.org/D71111
* [Sema] Updated note for address spaces to print the type.Anastasia Stulova2018-06-221-4/+4
| | | | | | This allows to reuse the same diagnostic for OpenCL or CUDA. llvm-svn: 335358
* When determining whether two types are reference-compatible, checkDouglas Gregor2011-04-281-0/+19
non-CVR qualifiers as well as CVR qualifiers. For example, don't allow a reference to an integer in address space 1 to bind to an integer in address space 2. llvm-svn: 130411
OpenPOWER on IntegriCloud