[PATCH] D40937: [clang-tidy] Infinite loop checker

Peter Szecsi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 7 08:02:30 PST 2017


szepet added a comment.

In https://reviews.llvm.org/D40937#947760, @JVApen wrote:

> How does this check deal with atomic members?
>  ...


This patch only works on integer types. So, since the atomic is a non-supported type the check will skip that `while` loop.


https://reviews.llvm.org/D40937





More information about the cfe-commits mailing list