Skip to content

Commit

Permalink
[Clang][unittests][NFC] Break up test in Callbacks.cpp
Browse files Browse the repository at this point in the history
The Callbacks.cpp test was taking a long time to compile on some build bots
causing timeouts. This patch splits up that test into five separate cpp
files and a header file.

Reviewed By: gribozavr2

Differential Revision: https://reviews.llvm.org/D88886
  • Loading branch information
stefanp-ibm committed Oct 9, 2020
1 parent 8f56e38 commit 0741a2c
Show file tree
Hide file tree
Showing 8 changed files with 1,259 additions and 1,210 deletions.
6 changes: 5 additions & 1 deletion clang/unittests/Tooling/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ add_clang_unittest(ToolingTests
QualTypeNamesTest.cpp
RangeSelectorTest.cpp
RecursiveASTVisitorTests/Attr.cpp
RecursiveASTVisitorTests/Callbacks.cpp
RecursiveASTVisitorTests/CallbacksLeaf.cpp
RecursiveASTVisitorTests/CallbacksUnaryOperator.cpp
RecursiveASTVisitorTests/CallbacksBinaryOperator.cpp
RecursiveASTVisitorTests/CallbacksCompoundAssignOperator.cpp
RecursiveASTVisitorTests/CallbacksCallExpr.cpp
RecursiveASTVisitorTests/Class.cpp
RecursiveASTVisitorTests/Concept.cpp
RecursiveASTVisitorTests/ConstructExpr.cpp
Expand Down
Loading

0 comments on commit 0741a2c

Please sign in to comment.