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

Carlos Galvez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 6 14:23:19 PDT 2023


carlosgalvezp added a comment.

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

https://en.cppreference.com/w/cpp/types/enable_if

No need to have it in this patch, but would be good to keep it in mind if we want to add it in the future (preferably) or create a separate 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