[all-commits] [llvm/llvm-project] 722e70: Revert 9b944c184396ce55a3ad608779cc326ba12c9ee3 wi...

Salman Javed via All-commits all-commits at lists.llvm.org
Wed Sep 29 05:01:00 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 722e705f72dd3077a1f51dc62717828e7ccf23e8
      https://github.com/llvm/llvm-project/commit/722e705f72dd3077a1f51dc62717828e7ccf23e8
  Author: Salman Javed <mail at salmanjaved.org>
  Date:   2021-09-29 (Wed, 29 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
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/nolintbeginend/error_in_include.inc
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/nolintbeginend/nolint_in_include.inc
    M clang-tools-extra/test/clang-tidy/infrastructure/nolint.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-begin-at-eof.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-begin-global-end-specific.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-begin-specific-end-global.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-begin-without-end.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-end-at-sof.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-end-without-begin.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-error-within-include.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-mismatched-check-names.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-mismatched-delims.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-typo-in-check-name.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/nolintnextline.cpp

  Log Message:
  -----------
  Revert 9b944c184396ce55a3ad608779cc326ba12c9ee3 with fixes

This reintroduces c0687e1984a82925918c874b7bb68ad34c32aed0 (Add support
for `NOLINTBEGIN` ... `NOLINTEND` comments) but with fixes to the tests.




More information about the All-commits mailing list