[all-commits] [llvm/llvm-project] 9b944c: Revert "Add support for `NOLINTBEGIN` ... `NOLINTE...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Tue Sep 28 11:49:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b944c184396ce55a3ad608779cc326ba12c9ee3
https://github.com/llvm/llvm-project/commit/9b944c184396ce55a3ad608779cc326ba12c9ee3
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/index.rst
R clang-tools-extra/test/clang-tidy/infrastructure/Inputs/nolintbeginend/error_in_include.inc
R clang-tools-extra/test/clang-tidy/infrastructure/Inputs/nolintbeginend/nolint_in_include.inc
M clang-tools-extra/test/clang-tidy/infrastructure/nolint.cpp
R clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-begin-at-eof.cpp
R clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-begin-global-end-specific.cpp
R clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-begin-specific-end-global.cpp
R clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-begin-without-end.cpp
R clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-end-at-sof.cpp
R clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-end-without-begin.cpp
R clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-mismatched-check-names.cpp
R clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-mismatched-delims.cpp
R clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-typo-in-check-name.cpp
R clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend.cpp
M clang-tools-extra/test/clang-tidy/infrastructure/nolintnextline.cpp
Log Message:
-----------
Revert "Add support for `NOLINTBEGIN` ... `NOLINTEND` comments"
This reverts commit c0687e1984a82925918c874b7bb68ad34c32aed0.
There are testing failures being caught by bots.
See http://45.33.8.238/linux/56886/step_8.txt as an example.
More information about the All-commits
mailing list