[PATCH] D40854: [clang-tidy] WIP implement cppcoreguidelines check for mixed integer arithmetic

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 5 15:52:40 PST 2017


Eugene.Zelenko added inline comments.


================
Comment at: docs/ReleaseNotes.rst:131
+
+  Finds cases where unsigned and signed integers are used together in arithmetic expressions.
+  Unsigned integers wrap to 0 when overflowing while the behaviour of signed integers
----------------
I think will be good idea to shorten description to one sentence and also make first sentence in documentation same.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D40854





More information about the cfe-commits mailing list