[PATCH] D67501: [clang-tidy] Fix relative path in header-filter.
Ilya Biryukov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 23 08:39:02 PDT 2019
ilya-biryukov added a comment.
In D67501#1679050 <https://reviews.llvm.org/D67501#1679050>, @xyb wrote:
> `-normalized-header-filter`. I'd like this idea. Any objections?
Having two solution for filter is unfortunate - making both discoverable and documenting why we need them is hard.
If there are important use-cases that can't be served otherwise, I guess there's no way to avoid it.
However, if there are workaround (even if they're slightly annoying), it's much simpler to have a single option.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67501/new/
https://reviews.llvm.org/D67501
More information about the llvm-commits
mailing list