[PATCH] D51949: [clang-tidy] new check 'readability-isolate-declaration'
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 26 15:15:08 PDT 2018
Eugene.Zelenko added inline comments.
================
Comment at: docs/ReleaseNotes.rst:142
+
+ Diagnoses local variable declarations declaring more than one variable and
+ tries to refactor the code to one statement per declaration.
----------------
May be Finds or Detects like other checks? Same in documentation.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D51949
More information about the cfe-commits
mailing list