[PATCH] D31252: [clang-tidy] add readability-compound-statement-size check.

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 23 03:08:47 PDT 2017


lebedev.ri added a comment.

In https://reviews.llvm.org/D31252#708209, @Eugene.Zelenko wrote:

> Please mention this check in docs/ReleaseNotes.rst (in alphabetical order).


Done

> Will be good idea to run Clang-tidy modernize and readability checks over new code.

I did run them (`-checks=*`) over `CompoundStatementSizeCheck.cpp`, there is no `modernize` notes, and no meaningful `readability` notes.


https://reviews.llvm.org/D31252





More information about the cfe-commits mailing list