[PATCH] D157239: [clang-tidy] Implement bugprone-incorrect-enable-if

Chris Cotter via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 13 20:28:30 PDT 2023


ccotter marked an inline comment as done.
ccotter added a comment.

> Do you have plans to also detect the bugprone scenario described in the Notes here?

I didn't have plans in this review, or in the immediate future after. I did name this check broadly as "bugprone-incorrect-enable-if," so I imagine this other scenario could go into this new check.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157239/new/

https://reviews.llvm.org/D157239



More information about the cfe-commits mailing list