summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle-ptr-size-address-space.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change triple in test case to not include triples the test shouldn'tAmy Huang2019-12-181-2/+2
| | | | | pass. This is fixes changes from a85f5efd9597d0036f5c347b362cb873bdf51f16.
* Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr.Amy Huang2019-12-181-0/+18
Summary: This adds parsing of the qualifiers __ptr32, __ptr64, __sptr, and __uptr and lowers them to the corresponding address space pointer for 32-bit and 64-bit pointers. (32/64-bit pointers added in https://reviews.llvm.org/D69639) A large part of this patch is making these pointers ignore the address space when doing things like overloading and casting. https://bugs.llvm.org/show_bug.cgi?id=42359 Reviewers: rnk, rsmith Subscribers: jholewinski, jvesely, nhaehnle, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D71039
OpenPOWER on IntegriCloud