]> granicus.if.org Git - clang/commit
Extend QualType::getAddressSpace to do the right thing for array types, and in
authorNate Begeman <natebegeman@mac.com>
Tue, 25 Mar 2008 18:36:32 +0000 (18:36 +0000)
committerNate Begeman <natebegeman@mac.com>
Tue, 25 Mar 2008 18:36:32 +0000 (18:36 +0000)
commit8e7dafec4b70303dfaff95151cd06bfc5532720c
tree834ff5f234c78956634632aadc23f410fad41b17
parent245f1b559e162e487c9f2c47778cbd150f32fd34
Extend QualType::getAddressSpace to do the right thing for array types, and in
the future, RecordTypes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48784 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/Sema/SemaDecl.cpp
test/Sema/address_spaces.c