[PATCH] D72089: [Syntax] Build declarator nodes

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 2 08:33:29 PST 2020


ilya-biryukov created this revision.
ilya-biryukov added a reviewer: gribozavr2.
Herald added a project: clang.
ilya-biryukov added a parent revision: D72072: [AST] Respect shouldTraversePostOrder when traversing type locs.

They cover part of types and names for some declarations, including
common cases like variables, functions, etc.

See the comment of Declarator for more details.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72089

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72089.235885.patch
Type: text/x-patch
Size: 36512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200102/fbedc1ba/attachment-0001.bin>


More information about the cfe-commits mailing list