[all-commits] [llvm/llvm-project] 26e164: Revert "[clang-tidy] Add misc-header-include-cycle...
Piotr Zegar via All-commits
all-commits at lists.llvm.org
Sat Apr 15 06:17:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 26e164fada3721b0939e6b7c2dfe1793d95229bb
https://github.com/llvm/llvm-project/commit/26e164fada3721b0939e6b7c2dfe1793d95229bb
Author: Piotr Zegar <me at piotrzegar.pl>
Date: 2023-04-15 (Sat, 15 Apr 2023)
Changed paths:
M clang-tools-extra/clang-tidy/misc/CMakeLists.txt
R clang-tools-extra/clang-tidy/misc/HeaderIncludeCycleCheck.cpp
R clang-tools-extra/clang-tidy/misc/HeaderIncludeCycleCheck.h
M clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp
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/misc/header-include-cycle.rst
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.first-d.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.first.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.fourth-d.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.fourth.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.second-d.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.second.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.self-d.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.self-e.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.self-i.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.self-n.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.self-o.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.self.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.third-d.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.third.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/system/header-include-cycle.first-s.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/system/header-include-cycle.fourth-s.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/system/header-include-cycle.second-s.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/system/header-include-cycle.self-s.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/system/header-include-cycle.third-s.hpp
R clang-tools-extra/test/clang-tidy/checkers/misc/header-include-cycle.cpp
Log Message:
-----------
Revert "[clang-tidy] Add misc-header-include-cycle check"
This reverts commit 9ece8753d5e6f49c31c2d988ef69225c036b25e0.
More information about the All-commits
mailing list