[all-commits] [llvm/llvm-project] f08229: [sanitizer] Remove cpplint
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri Jul 30 15:21:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f08229f49e0cc92d8687661e85be3ba31b964e69
https://github.com/llvm/llvm-project/commit/f08229f49e0cc92d8687661e85be3ba31b964e69
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M compiler-rt/cmake/Modules/SanitizerUtils.cmake
R compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
R compiler-rt/lib/sanitizer_common/scripts/cpplint.py
R compiler-rt/lib/sanitizer_common/scripts/litlint.py
R compiler-rt/lib/sanitizer_common/scripts/litlint_test.py
M compiler-rt/test/sanitizer_common/CMakeLists.txt
Log Message:
-----------
[sanitizer] Remove cpplint
As code diverge from Google style we need
to add more and more exceptions to suppress
conflicts with clang-format and clang-tidy.
As this point it does not provide a additional value.
Reviewed By: morehouse
Differential Revision: https://reviews.llvm.org/D107197
More information about the All-commits
mailing list