This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from 4e77effc Revert "[tools] Updating PPCallbacks::InclusionDirective calls" new 22f9b1e0 Revert "[clang-tidy] Adding RestrictSystemIncludes check to F [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clang-tidy/fuchsia/CMakeLists.txt | 1 - clang-tidy/fuchsia/FuchsiaTidyModule.cpp | 3 - clang-tidy/fuchsia/RestrictSystemIncludesCheck.cpp | 126 --------------------- clang-tidy/fuchsia/RestrictSystemIncludesCheck.h | 46 -------- docs/ReleaseNotes.rst | 10 +- .../checks/fuchsia-restrict-system-includes.rst | 32 ------ docs/clang-tidy/checks/list.rst | 1 - .../Inputs/fuchsia-restrict-system-includes/a.h | 0 .../fuchsia-restrict-system-includes/system/j.h | 0 .../fuchsia-restrict-system-includes/system/r.h | 1 - .../fuchsia-restrict-system-includes/system/s.h | 0 .../fuchsia-restrict-system-includes/system/t.h | 0 .../system/transitive.h | 3 - .../fuchsia-restrict-system-includes/transitive2.h | 2 - .../fuchsia-restrict-system-includes-headers.cpp | 20 ---- .../fuchsia-restrict-system-includes.cpp | 25 ---- 16 files changed, 2 insertions(+), 268 deletions(-) delete mode 100644 clang-tidy/fuchsia/RestrictSystemIncludesCheck.cpp delete mode 100644 clang-tidy/fuchsia/RestrictSystemIncludesCheck.h delete mode 100644 docs/clang-tidy/checks/fuchsia-restrict-system-includes.rst delete mode 100644 test/clang-tidy/Inputs/fuchsia-restrict-system-includes/a.h delete mode 100644 test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/j.h delete mode 100644 test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/r.h delete mode 100644 test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/s.h delete mode 100644 test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/t.h delete mode 100644 test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/ [...] delete mode 100644 test/clang-tidy/Inputs/fuchsia-restrict-system-includes/transitive2.h delete mode 100644 test/clang-tidy/fuchsia-restrict-system-includes-headers.cpp delete mode 100644 test/clang-tidy/fuchsia-restrict-system-includes.cpp