[PATCH] D71174: [clang-tidy] new check: bugprone-signed-char-misuse
Tamás Zolnai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 12 09:28:21 PST 2019
ztamas updated this revision to Diff 233643.
ztamas marked 2 inline comments as done.
ztamas added a comment.
Add newlines to the end of the files.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71174/new/
https://reviews.llvm.org/D71174
Files:
clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.cpp
clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/bugprone-signed-char-misuse.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse-fsigned-char.cpp
clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse-funsigned-char.cpp
clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse-with-option.cpp
clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71174.233643.patch
Type: text/x-patch
Size: 20008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191212/fad296d3/attachment-0001.bin>
More information about the cfe-commits
mailing list