[all-commits] [llvm/llvm-project] d17437: [SyntaxTree] Split `TreeTest.cpp`
Eduardo Caldas via All-commits
all-commits at lists.llvm.org
Thu Aug 13 06:31:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d17437d2bd8e83baee96f2860276d615d216dfbc
https://github.com/llvm/llvm-project/commit/d17437d2bd8e83baee96f2860276d615d216dfbc
Author: Eduardo Caldas <ecaldas at google.com>
Date: 2020-08-13 (Thu, 13 Aug 2020)
Changed paths:
A clang/unittests/Tooling/Syntax/BuildTreeTest.cpp
M clang/unittests/Tooling/Syntax/CMakeLists.txt
A clang/unittests/Tooling/Syntax/MutationsTest.cpp
R clang/unittests/Tooling/Syntax/TreeTest.cpp
A clang/unittests/Tooling/Syntax/TreeTestBase.h
Log Message:
-----------
[SyntaxTree] Split `TreeTest.cpp`
We extract the test infrastructure into `TreeTestBase.h` and split the
tests into `MutationsTest.cpp` and `BuildTreeTest.cpp`
Commit: 9c2e708f0dc547d386ea528450a33ef4bd2a750b
https://github.com/llvm/llvm-project/commit/9c2e708f0dc547d386ea528450a33ef4bd2a750b
Author: Eduardo Caldas <ecaldas at google.com>
Date: 2020-08-13 (Thu, 13 Aug 2020)
Changed paths:
M clang/unittests/Tooling/Syntax/MutationsTest.cpp
M clang/unittests/Tooling/Syntax/TreeTestBase.h
Log Message:
-----------
[SyntaxTree] Clean `#includes` in `TreeTestBase.h`
Differential Revision: https://reviews.llvm.org/D85898
Compare: https://github.com/llvm/llvm-project/compare/3bd2513ebd78...9c2e708f0dc5
More information about the All-commits
mailing list