bind-gen: Rename SequenceNode to ListNode
Renames SequenceNode to ListNode so that we can introduce another SequenceNode that represents a "sequence of C++ code", where SymbolDefinitionNodes can be inserted. We'll have three list-ish code node. - ListNode = a list of CodeNodes, nothing related to C++ code - SequenceNode (new) = a list of C++ code where SymbolDefinitionNodes can be inserted - SymbolScopeNode = a SequenceNode that represents a C++ block (= a scope of C++ variables) Bug: 839389 Change-Id: I9478012b0449e754a953f4f02b2afbaaaaecb5e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1946175Reviewed-by:Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#720788}
Showing
Please register or sign in to comment