[PATCH] D157239: [clang-tidy] Implement bugprone-incorrect-enable-if
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 6 14:52:58 PDT 2023
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/bugprone/incorrect-enable-if.rst:6
+
+Detects incorrect usages of std::enable_if that don't name the nested 'type'
+type.
----------------
Please synchronize with statement in Release Notes after Piotr's comment addressed.
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