[PATCH] D72362: [clang-tidy] misc-no-recursion: a new check
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 7 14:39:38 PST 2020
lebedev.ri added a comment.
In D72362#1808825 <https://reviews.llvm.org/D72362#1808825>, @Eugene.Zelenko wrote:
> It'll be reasonable to add CERT alias.
I'm not sure about that.
This diagnoses **any** potential recursion,
while CERT is much more specific than that.
(`Avoid cycles during initialization of static objects`)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72362/new/
https://reviews.llvm.org/D72362
More information about the cfe-commits
mailing list