================
@@ -48,6 +55,11 @@ namespace {
void HandleTranslationUnit(ASTContext &Context) override {
TranslationUnitDecl *D = Context.getTranslationUnitDecl();
+ if (OutputKind == List) {
----------------
erichkeane wrote:
I'm concerned a touch how this is the same implementation as
`!FilterString.empty` here.
https://github.com/llvm/llvm-project/pull/202661
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits