summaryrefslogtreecommitdiffstats
path: root/clang/test/AST/address_space_attribute.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Sema] Fix Modified Type in address_space AttributedTypeLeonard Chan2019-01-241-0/+23
This is a fix for https://reviews.llvm.org/D51229 where we pass the address_space qualified type as the modified type of an AttributedType. This change now instead wraps the AttributedType with either the address_space qualifier or a DependentAddressSpaceType. Differential Revision: https://reviews.llvm.org/D55447 llvm-svn: 351997
OpenPOWER on IntegriCloud