[PATCH] D145869: [clang][ExtractAPI] Add multiple file support to --extract-api-ignores
Daniel Grumberg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 13 04:35:59 PDT 2023
dang added inline comments.
================
Comment at: clang/test/ExtractAPI/ignored-symbols-multifile.c:27
+
+// CHECK-NOT: IGNORED_1_FILE3
+// CHECK-NOT: IGNORED_7_FILE3
----------------
Should this not be a 6?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145869/new/
https://reviews.llvm.org/D145869
More information about the cfe-commits
mailing list