[all-commits] [llvm/llvm-project] 7c37b8: [SyntaxTree][Synthesis] Add support for Tree.
Eduardo Caldas via All-commits
all-commits at lists.llvm.org
Fri Sep 11 13:37:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7c37b82f5ba5883b331608b0077c0b30bf301874
https://github.com/llvm/llvm-project/commit/7c37b82f5ba5883b331608b0077c0b30bf301874
Author: Eduardo Caldas <ecaldas at google.com>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M clang/include/clang/Tooling/Syntax/BuildTree.h
M clang/lib/Tooling/Syntax/Synthesis.cpp
M clang/unittests/Tooling/Syntax/SynthesisTest.cpp
Log Message:
-----------
[SyntaxTree][Synthesis] Add support for Tree.
In a future patch
* Implement helper function to generate Trees for tests
* and test Tree methods, namely `findFirstLeaf` and `findLastLeaf`
Differential Revision: https://reviews.llvm.org/D87533
More information about the All-commits
mailing list