[PATCH] D58609: [clang-tidy] bugprone-string-integer-assignment: Reduce false positives.
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 26 06:43:47 PST 2019
MyDeveloperDay added inline comments.
================
Comment at: clang-tidy/bugprone/StringIntegerAssignmentCheck.cpp:79
+ return;
+ }
+
----------------
elide {} on small if statements
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58609/new/
https://reviews.llvm.org/D58609
More information about the cfe-commits
mailing list