]> granicus.if.org Git - clang/commit
Generalize some operations on qualifiers. QualType::getQualifiers() and
authorJohn McCall <rjmccall@apple.com>
Tue, 18 Jan 2011 07:41:22 +0000 (07:41 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 18 Jan 2011 07:41:22 +0000 (07:41 +0000)
commit62c28c831bbf207cc36e683e7c321fc33bf8928c
treee809da00dde162c3d4cf53dad86ba9cf05af774e
parent8e26222104a3fbdbed5322dc60800e32620a2a90
Generalize some operations on qualifiers.  QualType::getQualifiers() and
::getCVRQualifiers() now look through array types, like all the other
standard queries.  Also, make a 'split' variant of getUnqualifiedType().

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123751 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/AST/ASTContext.cpp
lib/AST/Type.cpp
lib/Sema/SemaTemplateDeduction.cpp