[all-commits] [llvm/llvm-project] 49992c: Revert "Revert "clang-tidy: introduce readability-...
Saleem Abdulrasool via All-commits
all-commits at lists.llvm.org
Tue Sep 14 10:54:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49992c04148e5327bef9bd2dff53a0d46004b4b4
https://github.com/llvm/llvm-project/commit/49992c04148e5327bef9bd2dff53a0d46004b4b4
Author: Saleem Abdulrasool <compnerd at compnerd.org>
Date: 2021-09-14 (Tue, 14 Sep 2021)
Changed paths:
M clang-tools-extra/clang-tidy/readability/CMakeLists.txt
A clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.cpp
A clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.h
M clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
A clang-tools-extra/docs/clang-tidy/checks/readability-data-pointer.rst
A clang-tools-extra/test/clang-tidy/checkers/readability-container-data-pointer.cpp
Log Message:
-----------
Revert "Revert "clang-tidy: introduce readability-containter-data-pointer check""
This reverts commit 76dc8ac36d07cebe8cfe8fe757323562bb36df94.
Restore the change. The test had an incorrect negative from testing.
The test is expected to trigger a failure as mentioned in the review
comments. This corrects the test and should resolve the failure.
More information about the All-commits
mailing list