[libc-commits] [PATCH] D77281: [libc] Add libc-tidy.
Paula Toth via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sun Apr 26 20:11:00 PDT 2020
PaulkaToast updated this revision to Diff 260201.
PaulkaToast marked 4 inline comments as done.
PaulkaToast added a comment.
Realized that CalleeNamespaceCheck doesn't require any tablegen information now that we check all function calls instead of just entrypoints. Removed the check from this patch and created a new one in the clang-tidy tree.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77281/new/
https://reviews.llvm.org/D77281
Files:
libc/utils/CMakeLists.txt
libc/utils/HdrGen/PublicAPICommand.cpp
libc/utils/HdrGen/PublicAPICommand.h
libc/utils/LibcTidy/CMakeLists.txt
libc/utils/LibcTidy/EntrypointNameCheck.h
libc/utils/LibcTidy/LibcTidyTool.cpp
libc/utils/LibcTidy/LibcTidyTool.h
libc/utils/LibcTidy/Main.cpp
libc/utils/LibcTidy/TableGenUtil.cpp
libc/utils/LibcTidy/TableGenUtil.h
libc/utils/LibcTidy/tests/.clang-format
libc/utils/LibcTidy/tests/CMakeLists.txt
libc/utils/LibcTidy/tests/EntrypointNameTest.cpp
libc/utils/LibcTidy/tests/lit.site.cfg.in
libc/utils/LibcTidy/tests/mock_api.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77281.260201.patch
Type: text/x-patch
Size: 16404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200427/099f9bb8/attachment-0001.bin>
More information about the libc-commits
mailing list