Skip to content

Commit e14e7e3

Browse files
committed
Make some changes under /clang to test the CI
1 parent d306d06 commit e14e7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/examples/PrintFunctionNames/PrintFunctionNames.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class PrintFunctionsConsumer : public ASTConsumer {
7272
*sema.LateParsedTemplateMap.find(FD)->second;
7373
sema.LateTemplateParser(sema.OpaqueParser, LPT);
7474
llvm::errs() << "late-parsed-decl: \"" << FD->getNameAsString() << "\"\n";
75-
}
75+
}
7676
}
7777
};
7878

0 commit comments

Comments
 (0)