[all-commits] [llvm/llvm-project] 2e4a20: [SyntaxTree] Split `TreeTestBase` into header and ...
Eduardo Caldas via All-commits
all-commits at lists.llvm.org
Fri Aug 14 00:43:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2e4a20fd7062f65c06b438953de3d340df00b7a7
https://github.com/llvm/llvm-project/commit/2e4a20fd7062f65c06b438953de3d340df00b7a7
Author: Eduardo Caldas <ecaldas at google.com>
Date: 2020-08-14 (Fri, 14 Aug 2020)
Changed paths:
M clang/unittests/Tooling/Syntax/BuildTreeTest.cpp
M clang/unittests/Tooling/Syntax/CMakeLists.txt
M clang/unittests/Tooling/Syntax/MutationsTest.cpp
A clang/unittests/Tooling/Syntax/TreeTestBase.cpp
M clang/unittests/Tooling/Syntax/TreeTestBase.h
Log Message:
-----------
[SyntaxTree] Split `TreeTestBase` into header and source
* Switch to using directive on source files.
* Remove unused `SyntaxTreeTest::addFile`
Differential Revision: https://reviews.llvm.org/D85913
More information about the All-commits
mailing list