[all-commits] [llvm/llvm-project] 0741a2: [Clang][unittests][NFC] Break up test in Callbacks...
stefanp-ibm via All-commits
all-commits at lists.llvm.org
Fri Oct 9 06:54:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0741a2c9caca864fc30af2104712d02accdc12e6
https://github.com/llvm/llvm-project/commit/0741a2c9caca864fc30af2104712d02accdc12e6
Author: Stefan Pintilie <stefanp at ca.ibm.com>
Date: 2020-10-09 (Fri, 09 Oct 2020)
Changed paths:
M clang/unittests/Tooling/CMakeLists.txt
R clang/unittests/Tooling/RecursiveASTVisitorTests/Callbacks.cpp
A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksBinaryOperator.cpp
A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksCallExpr.cpp
A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksCommon.h
A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksCompoundAssignOperator.cpp
A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksLeaf.cpp
A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksUnaryOperator.cpp
Log Message:
-----------
[Clang][unittests][NFC] Break up test in Callbacks.cpp
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
More information about the All-commits
mailing list