[PATCH] D70856: [Syntax] Build nodes for simple cases of top level declarations

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 29 07:02:03 PST 2019


ilya-biryukov created this revision.
ilya-biryukov added a reviewer: gribozavr2.
Herald added a project: clang.

More complicated nodes (e.g. template declarations) will be implemented
in the follow-up patches.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70856

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: D70856.231535.patch
Type: text/x-patch
Size: 11705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191129/0ac7fc91/attachment-0001.bin>


More information about the cfe-commits mailing list