[PATCH] D34202: [clang-tidy] readability-function-size: fix nesting level calculation
Malcolm Parsons via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 14 09:13:48 PDT 2017
malcolm.parsons added a comment.
What do you expect for this?
if (true)
if (true)
if (true) {
int j;
}
Repository:
rL LLVM
https://reviews.llvm.org/D34202
More information about the cfe-commits
mailing list