[PATCH] D158480: [clang-tidy][readability-braces-around-statements] ignore false-positive for constexpr if statement in lambda expression
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 21 20:42:38 PDT 2023
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:233
+ <clang-tidy/checks/readability/braces-around-statements>` check to
+ ignore false-positive for constexpr if statement in lambda expression.
+
----------------
`if constexpr`? Please also enclose it in double back-ticks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158480/new/
https://reviews.llvm.org/D158480
More information about the cfe-commits
mailing list