Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 0 additions & 87 deletions clang/include/clang/ASTMatchers/GtestMatchers.h

This file was deleted.

1 change: 0 additions & 1 deletion clang/lib/ASTMatchers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set(LLVM_LINK_COMPONENTS
add_clang_library(clangASTMatchers
ASTMatchFinder.cpp
ASTMatchersInternal.cpp
GtestMatchers.cpp
LowLevelHelpers.cpp

LINK_LIBS
Expand Down
228 changes: 0 additions & 228 deletions clang/lib/ASTMatchers/GtestMatchers.cpp

This file was deleted.

1 change: 0 additions & 1 deletion clang/unittests/ASTMatchers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ add_clang_unittest(ASTMatchersTests
ASTMatchersNodeTest.cpp
ASTMatchersNarrowingTest.cpp
ASTMatchersTraversalTest.cpp
GtestMatchersTest.cpp
CLANG_LIBS
clangAST
clangASTMatchers
Expand Down
Loading