================ @@ -307,6 +307,14 @@ def main(): "source files from compilation database to output " "diagnostics from.", ) + parser.add_argument( + "-directory-filter", + dest="directory_filter", + action="append", + default=[], + help="List of directories matching the names of the " + "compilation database to filter.", ---------------- PiotrZSL wrote:
use regexp instead of list of directories https://github.com/llvm/llvm-project/pull/89302 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits