forked from OSchip/llvm-project
[clang] Add a missing change of bdbdf74822
, fix the buildbot.
This commit is contained in:
parent
7f4cb2e7b6
commit
0ce57731da
|
@ -864,6 +864,8 @@ const AstTypeMatcher<BuiltinType> builtinType;
|
|||
const AstTypeMatcher<ArrayType> arrayType;
|
||||
const AstTypeMatcher<ComplexType> complexType;
|
||||
const AstTypeMatcher<ConstantArrayType> constantArrayType;
|
||||
const AstTypeMatcher<DeducedTemplateSpecializationType>
|
||||
deducedTemplateSpecializationType;
|
||||
const AstTypeMatcher<DependentSizedArrayType> dependentSizedArrayType;
|
||||
const AstTypeMatcher<IncompleteArrayType> incompleteArrayType;
|
||||
const AstTypeMatcher<VariableArrayType> variableArrayType;
|
||||
|
|
Loading…
Reference in New Issue