Skip to content

Commit 1bbbfd9

Browse files
committed
Add missing usesFeatureParserSequenceFolding
1 parent 70a13ef commit 1bbbfd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/AST/ASTPrinter.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2945,6 +2945,10 @@ static bool usesFeatureParserValidation(Decl *decl) {
29452945
return false;
29462946
}
29472947

2948+
static bool usesFeatureParserSequenceFolding(Decl *decl) {
2949+
return false;
2950+
}
2951+
29482952
static void suppressingFeatureSpecializeAttributeWithAvailability(
29492953
PrintOptions &options,
29502954
llvm::function_ref<void()> action) {

0 commit comments

Comments
 (0)