================ @@ -1961,11 +1969,20 @@ class ASTContext : public RefCountedBase<ASTContext> { /// <stddef.h>. /// /// The sizeof operator requires this (C99 6.5.3.4p4). - CanQualType getSizeType() const; + QualType getSizeType() const; ---------------- mizvekov wrote:
Can you provide `CanQualType getCanonicalFoo` versions of these, instead of sprinkling `->getCanonicalUnqualifiedType` all around? https://github.com/llvm/llvm-project/pull/143653 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits