[PATCH] D88886: [Clang][unittests][NFC] Break up test in Callbacks.cpp
Stefan Pintilie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 6 04:18:16 PDT 2020
stefanp created this revision.
stefanp added a reviewer: nemanjai.
Herald added a subscriber: mgorny.
Herald added a project: clang.
stefanp requested review of this revision.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D88886
Files:
clang/unittests/Tooling/CMakeLists.txt
clang/unittests/Tooling/RecursiveASTVisitorTests/Callbacks.cpp
clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksBinaryOperator.cpp
clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksCallExpr.cpp
clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksCommon.h
clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksCompoundAssignOperator.cpp
clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksLeaf.cpp
clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksUnaryOperator.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88886.296411.patch
Type: text/x-patch
Size: 78940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201006/669bf56f/attachment-0001.bin>
More information about the cfe-commits
mailing list