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.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Thank you! LGTM assuming you only moved the tests into separate cpp files (I didn't verify that the text is exactly the same).
clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksCommon.h | ||
---|---|---|
1 | Please add a license comment and all necessary includes. |
clang-tidy: warning: header is missing header guard [llvm-header-guard]
not useful