diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp index cccff479c2c1c..cdc3d62bca008 100644 --- a/clang/lib/AST/ASTContext.cpp +++ b/clang/lib/AST/ASTContext.cpp @@ -927,12 +927,12 @@ ASTContext::ASTContext(LangOptions &LOpts, SourceManager &SM, : ConstantArrayTypes(this_(), ConstantArrayTypesLog2InitSize), DependentSizedArrayTypes(this_()), DependentSizedExtVectorTypes(this_()), DependentAddressSpaceTypes(this_()), DependentVectorTypes(this_()), - DependentSizedMatrixTypes(this_()), DependentTypeOfExprTypes(this_()), - DependentDecltypeTypes(this_()), DependentBitIntTypes(this_()), + DependentSizedMatrixTypes(this_()), FunctionProtoTypes(this_(), FunctionProtoTypesLog2InitSize), + DependentTypeOfExprTypes(this_()), DependentDecltypeTypes(this_()), TemplateSpecializationTypes(this_()), DependentTemplateSpecializationTypes(this_()), AutoTypes(this_()), - SubstTemplateTemplateParmPacks(this_()), + DependentBitIntTypes(this_()), SubstTemplateTemplateParmPacks(this_()), CanonTemplateTemplateParms(this_()), SourceMgr(SM), LangOpts(LOpts), NoSanitizeL(new NoSanitizeList(LangOpts.NoSanitizeFiles, SM)), XRayFilter(new XRayFunctionFilter(LangOpts.XRayAlwaysInstrumentFiles,