[PATCH] D16267: Handle C++11 brace initializers in readability-braces-around-statements
Alexander Lanin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 29 12:22:07 PST 2020
AlexanderLanin added a comment.
Here is the r_brace use case:
if (true) while ("ok") {}
Unfortunately it looks quite similar to:
if (true) s = {};
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D16267/new/
https://reviews.llvm.org/D16267
More information about the cfe-commits
mailing list