[PATCH] D72334: [Syntax] Build nodes for template declarations.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 7 07:24:21 PST 2020


ilya-biryukov created this revision.
ilya-biryukov added a reviewer: gribozavr2.
Herald added a project: clang.
ilya-biryukov added a parent revision: D72089: [Syntax] Build declarator nodes.
ilya-biryukov updated this revision to Diff 236583.
ilya-biryukov added a comment.

- Cosmetics


Handles template declaration of all kinds.

Also builds template declaration nodes for specializations and explicit
instantiations of classes.

Some missing things will be addressed in the follow-up patches:

- specializations of functions and variables,
- template parameters.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72334

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: D72334.236583.patch
Type: text/x-patch
Size: 21454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200107/61eace02/attachment-0001.bin>


More information about the cfe-commits mailing list