[PATCH] D33304: [WIP][clang-tidy] Add a new module Android and a new check for file descriptors.
Yan Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 30 14:43:58 PDT 2017
yawanng updated this revision to Diff 100777.
yawanng added a comment.
Modify the detection algorithm. Add another two checks and corresponding tests as well as the docs.
https://reviews.llvm.org/D33304
Files:
clang-tidy/CMakeLists.txt
clang-tidy/android/AndroidTidyModule.cpp
clang-tidy/android/CMakeLists.txt
clang-tidy/android/CreatUsageCheck.cpp
clang-tidy/android/CreatUsageCheck.h
clang-tidy/android/FileOpenFlagCheck.cpp
clang-tidy/android/FileOpenFlagCheck.h
clang-tidy/android/FopenModeCheck.cpp
clang-tidy/android/FopenModeCheck.h
clang-tidy/plugin/CMakeLists.txt
clang-tidy/tool/CMakeLists.txt
clang-tidy/tool/ClangTidyMain.cpp
clang-tidy/utils/CMakeLists.txt
clang-tidy/utils/ExprToStr.cpp
clang-tidy/utils/ExprToStr.h
docs/ReleaseNotes.rst
docs/clang-tidy/checks/android-creat-usage.rst
docs/clang-tidy/checks/android-file-open-flag.rst
docs/clang-tidy/checks/android-fopen-mode.rst
docs/clang-tidy/checks/list.rst
docs/clang-tidy/index.rst
test/clang-tidy/android-creat-usage.cpp
test/clang-tidy/android-file-open-flag.cpp
test/clang-tidy/android-fopen-mode.cpp
unittests/clang-tidy/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33304.100777.patch
Type: text/x-patch
Size: 33109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170530/3fcdec36/attachment-0001.bin>
More information about the cfe-commits
mailing list