hokein added inline comments.

================
Comment at: clang-tools-extra/include-cleaner/test/tool.cpp:17
 
+//        RUN: clang-include-cleaner -print=changes %s 
--ignore-headers="foobar\.h,foo\.h" -- -I%S/Inputs/ | FileCheck 
--match-full-lines --allow-empty --check-prefix=IGNORE %s
+// IGNORE-NOT: - "foobar.h"
----------------
kadircet wrote:
> can you ignore one but keep other?
> 
> it'd be useful to also test the regex behaviour
this tests aims to test filtering logic for both missing-includes and 
unused-includes cases.

added a new test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153340/new/

https://reviews.llvm.org/D153340

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to