[all-commits] [llvm/llvm-project] a90c78: [SyntaxTree] Implement the List construct.
Eduardo Caldas via All-commits
all-commits at lists.llvm.org
Mon Aug 10 03:32:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a90c78ac52615d256142ecd64fbedabb612dc73f
https://github.com/llvm/llvm-project/commit/a90c78ac52615d256142ecd64fbedabb612dc73f
Author: Eduardo Caldas <ecaldas at google.com>
Date: 2020-08-10 (Mon, 10 Aug 2020)
Changed paths:
M clang/include/clang/Tooling/Syntax/Nodes.h
M clang/include/clang/Tooling/Syntax/Tree.h
M clang/lib/Tooling/Syntax/Nodes.cpp
M clang/lib/Tooling/Syntax/Tree.cpp
Log Message:
-----------
[SyntaxTree] Implement the List construct.
We defined a List construct to help with the implementation of list-like
grammar rules. This is a first implementation of this API.
Differential Revision: https://reviews.llvm.org/D85295
More information about the All-commits
mailing list