[PATCH] D40854: [clang-tidy] WIP implement cppcoreguidelines check for mixed integer arithmetic
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 15 13:42:35 PST 2019
JonasToth updated this revision to Diff 181877.
JonasToth added a comment.
- Merge branch 'master' into check_mixed_arithmetic, a lot has happened...
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D40854/new/
https://reviews.llvm.org/D40854
Files:
clang-tidy/cppcoreguidelines/CMakeLists.txt
clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
clang-tidy/cppcoreguidelines/MixedIntArithmeticCheck.cpp
clang-tidy/cppcoreguidelines/MixedIntArithmeticCheck.h
docs/ReleaseNotes.rst
docs/clang-tidy/checks/cppcoreguidelines-mixed-int-arithmetic.rst
docs/clang-tidy/checks/list.rst
test/clang-tidy/cppcoreguidelines-mixed-int-arithmetic.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40854.181877.patch
Type: text/x-patch
Size: 18546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190115/55533263/attachment-0001.bin>
More information about the cfe-commits
mailing list