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
Showing
- include/clang/AST/Type.h 92 additions, 50 deletionsinclude/clang/AST/Type.h
- lib/AST/ASTContext.cpp 33 additions, 13 deletionslib/AST/ASTContext.cpp
- lib/AST/Type.cpp 40 additions, 38 deletionslib/AST/Type.cpp
- lib/Sema/SemaTemplateDeduction.cpp 2 additions, 1 deletionlib/Sema/SemaTemplateDeduction.cpp
Loading
Please register or sign in to comment