[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 12:58:40 PDT 2022


MaskRay updated this revision to Diff 422619.
MaskRay marked 3 inline comments as done.
MaskRay edited the summary of this revision.
MaskRay added a comment.

Catch std::vector<const dependent>


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.422619.patch
Type: text/x-patch
Size: 12827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220413/2ff819bf/attachment-0001.bin>


More information about the cfe-commits mailing list