[PATCH] D42363: [clang-tidy] Don't generate fixes for invalid new expr location in modernize-make-unique.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 22 07:08:38 PST 2018
hokein added a comment.
In https://reviews.llvm.org/D42363#983641, @ilya-biryukov wrote:
> Should we fix the endloc bug instead? Or is that too hard?
Yeah, we should fix the clang bug (root cause). But I think this patch still makes sense -- as we usually ignore invalid cases in clang-tidy checks.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D42363
More information about the cfe-commits
mailing list