[PATCH] D71607: [clang-tidy] Add unsigned subtraction warning, with suggestion to convert to unsigned literals.
Jeffrey Sorensen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 10 18:40:20 PST 2020
sorenj updated this revision to Diff 237471.
sorenj added a comment.
- Remove double space.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71607/new/
https://reviews.llvm.org/D71607
Files:
clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
clang-tools-extra/clang-tidy/bugprone/UnsignedSubtractionCheck.cpp
clang-tools-extra/clang-tidy/bugprone/UnsignedSubtractionCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/bugprone-unsigned-subtraction.rst
clang-tools-extra/test/clang-tidy/checkers/bugprone-unsigned-subtraction.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71607.237471.patch
Type: text/x-patch
Size: 13929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200111/5a9388bf/attachment-0001.bin>
More information about the cfe-commits
mailing list