summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/address-space-references.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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