[all-commits] [llvm/llvm-project] dd47ab: Revert "[clang-tidy] Add portability-std-allocator...
Nico Weber via All-commits
all-commits at lists.llvm.org
Thu Apr 14 06:21:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd47ab750b584a320bf61d58a3965a03f3871c1b
https://github.com/llvm/llvm-project/commit/dd47ab750b584a320bf61d58a3965a03f3871c1b
Author: Nico Weber <thakis at chromium.org>
Date: 2022-04-14 (Thu, 14 Apr 2022)
Changed paths:
M clang-tools-extra/clang-tidy/portability/CMakeLists.txt
M clang-tools-extra/clang-tidy/portability/PortabilityTidyModule.cpp
R clang-tools-extra/clang-tidy/portability/StdAllocatorConstCheck.cpp
R clang-tools-extra/clang-tidy/portability/StdAllocatorConstCheck.h
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/list.rst
R clang-tools-extra/docs/clang-tidy/checks/portability-std-allocator-const.rst
R clang-tools-extra/test/clang-tidy/checkers/portability-std-allocator-const.cpp
Log Message:
-----------
Revert "[clang-tidy] Add portability-std-allocator-const check"
This reverts commit 73da7eed8fac84c9005518740f12d58389998d95.
Breaks check-clang-tools on Windows, see comment on
https://reviews.llvm.org/D123655
More information about the All-commits
mailing list