Skip to content

Commit

Permalink
[CIR] Remove cir-tidy
Browse files Browse the repository at this point in the history
We've integrated this functionality into the main clang-tidy and clangd
tools and no longer have a purpose for it. We only kept around to
maintain support for internal tooling built upon it. So remove it here.
  • Loading branch information
lanza committed Mar 20, 2024
1 parent 5c26aab commit 2689658
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 1,295 deletions.
4 changes: 0 additions & 4 deletions clang-tools-extra/clang-tidy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ add_subdirectory(plugin)
add_subdirectory(tool)
add_subdirectory(utils)

if(CLANG_ENABLE_CIR)
add_subdirectory(cir-tidy)
endif()

if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
install(DIRECTORY .
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/clang-tidy"
Expand Down
189 changes: 0 additions & 189 deletions clang-tools-extra/clang-tidy/cir-tidy/CIRASTConsumer.cpp

This file was deleted.

26 changes: 0 additions & 26 deletions clang-tools-extra/clang-tidy/cir-tidy/CIRASTConsumer.h

This file was deleted.

21 changes: 0 additions & 21 deletions clang-tools-extra/clang-tidy/cir-tidy/CIRChecks.h

This file was deleted.

Loading

0 comments on commit 2689658

Please sign in to comment.