Store the builtin types as CanQualTypes. Expand a bit on the CanQual API,
but also remove some methods that cause ambiguities, and generally make CanQual<blah> more analogous to QualType. llvm-svn: 84976
Showing
- clang/include/clang/AST/ASTContext.h 24 additions, 18 deletionsclang/include/clang/AST/ASTContext.h
- clang/include/clang/AST/CanonicalType.h 8 additions, 11 deletionsclang/include/clang/AST/CanonicalType.h
- clang/lib/AST/ASTContext.cpp 5 additions, 5 deletionsclang/lib/AST/ASTContext.cpp
- clang/lib/CodeGen/CodeGenTypes.cpp 1 addition, 1 deletionclang/lib/CodeGen/CodeGenTypes.cpp
- clang/lib/Sema/SemaTemplateDeduction.cpp 3 additions, 3 deletionsclang/lib/Sema/SemaTemplateDeduction.cpp
Loading
Please register or sign in to comment