[PATCH] D38455: [clang-tidy] new cppcoreguidelines-narrowing-conversions check.
Clement Courbet via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 10 00:14:52 PDT 2018
courbet added a comment.
In https://reviews.llvm.org/D38455#1061926, @pfultz2 wrote:
> This seems like it would be nice to have in `bugprone-*` as well.
Sure. Is it OK to add a dependency from `clang-tidy/bugprone/BugproneTidyModule.cpp` to stuff in `clang-tidy/cpp-coreguidelines` ? Is there an existing example of this ?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D38455
More information about the cfe-commits
mailing list