In a future patch
- Implement helper function to generate Trees for tests
- Test Tree methods, namely findFirstLeaf and findLastLeaf
Builds upon https://reviews.llvm.org/D87495
Paths
| Differential D87533
[SyntaxTree][Synthesis] Add support for Tree. ClosedPublic Authored by eduucaldas on Sep 11 2020, 10:58 AM.
Details
Summary In a future patch
Builds upon https://reviews.llvm.org/D87495
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 11 2020, 11:52 AM eduucaldas marked an inline comment as done. Comment ActionsAdd argument names to function declaration Closed by commit rG7c37b82f5ba5: [SyntaxTree][Synthesis] Add support for Tree. (authored by eduucaldas). · Explain WhySep 11 2020, 1:37 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 291329 clang/include/clang/Tooling/Syntax/BuildTree.h
clang/lib/Tooling/Syntax/Synthesis.cpp
clang/unittests/Tooling/Syntax/SynthesisTest.cpp
|