This is an archive of the discontinued LLVM Phabricator instance.

[SyntaxTree][Synthesis] Add support for Tree.
ClosedPublic

Authored by eduucaldas on Sep 11 2020, 10:58 AM.

Details

Summary

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

Diff Detail

Event Timeline

eduucaldas created this revision.Sep 11 2020, 10:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 11 2020, 10:58 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
eduucaldas requested review of this revision.Sep 11 2020, 10:58 AM
eduucaldas edited the summary of this revision. (Show Details)Sep 11 2020, 10:59 AM
eduucaldas added a reviewer: gribozavr2.
gribozavr2 accepted this revision.Sep 11 2020, 11:52 AM
gribozavr2 added inline comments.
clang/include/clang/Tooling/Syntax/BuildTree.h
39
This revision is now accepted and ready to land.Sep 11 2020, 11:52 AM
eduucaldas marked an inline comment as done.

Add argument names to function declaration

This revision was automatically updated to reflect the committed changes.