================ @@ -2068,7 +2080,9 @@ class ASTContext : public RefCountedBase<ASTContext> { /// if it hasn't yet been built. QualType getRawCFConstantStringType() const { if (CFConstantStringTypeDecl) - return getTypedefType(CFConstantStringTypeDecl); + return getTypedefType(ElaboratedTypeKeyword::None, + /*Qualifier=*/std::nullopt, + CFConstantStringTypeDecl); ---------------- mizvekov wrote:
The lack of default parameters helped migrate code to conform to the changes, and I suspect it will equally help upstream users once this lands. https://github.com/llvm/llvm-project/pull/147835 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits