[PATCH] D123655: [clang-tidy] Add portability-std-allocator-const-t check
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 13 13:27:44 PDT 2022
MaskRay updated this revision to Diff 422640.
MaskRay added a comment.
improve test.
mention in the diagnostic this is a deprecated libc++ extension
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123655/new/
https://reviews.llvm.org/D123655
Files:
clang-tools-extra/clang-tidy/portability/CMakeLists.txt
clang-tools-extra/clang-tidy/portability/PortabilityTidyModule.cpp
clang-tools-extra/clang-tidy/portability/StdAllocatorConstCheck.cpp
clang-tools-extra/clang-tidy/portability/StdAllocatorConstCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/portability-std-allocator-const.rst
clang-tools-extra/test/clang-tidy/checkers/portability-std-allocator-const.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123655.422640.patch
Type: text/x-patch
Size: 13014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220413/40a2e8c2/attachment-0001.bin>
More information about the cfe-commits
mailing list