[clang] Add a missing change of bdbdf74822, fix the buildbot.

This commit is contained in:
Haojian Wu 2020-02-03 13:43:26 +01:00
parent 7f4cb2e7b6
commit 0ce57731da
1 changed files with 2 additions and 0 deletions

View File

@ -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;