[Syntax] Build declarator nodes
authorMarcel Hlopko <hlopko@google.com>
Mon, 16 Mar 2020 18:13:38 +0000 (19:13 +0100)
committerDmitri Gribenko <gribozavr@gmail.com>
Mon, 16 Mar 2020 18:13:59 +0000 (19:13 +0100)
commit7d382dcd46a18c23a01e3754807f577598a9bc84
tree7f0530ca0a0b9c9c2f200e9d51e6ed8994907ebe
parent9e48422035813b79088dfa4637e31cd836332a54
[Syntax] Build declarator nodes

Summary:
Copy of https://reviews.llvm.org/D72089 with Ilya's permission. See
https://reviews.llvm.org/D72089 for the first batch of comments.

Reviewers: gribozavr2

Reviewed By: gribozavr2

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D76220
clang/include/clang/Tooling/Syntax/Nodes.h
clang/lib/Tooling/Syntax/BuildTree.cpp
clang/lib/Tooling/Syntax/Nodes.cpp
clang/unittests/Tooling/Syntax/TreeTest.cpp