[PATCH] D67501: [clang-tidy] Fix relative path in header-filter.

Yubo Xie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 23 07:04:38 PDT 2019


xyb added a comment.

> The only workable suggestion that we could come up with was adding a separate command-line option, `-normalized-header-filter`, that would normalize paths before matching the regex. It can be used by people whose project layout does not have complex symlink mazes.

`-normalized-header-filter`. I'd like this idea. Any objections?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67501





More information about the cfe-commits mailing list