[all-commits] [llvm/llvm-project] e702bd: [Syntax] Build SimpleDeclaration node that groups ...
Ilya Biryukov via All-commits
all-commits at lists.llvm.org
Fri Nov 29 02:40:13 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e702bdb8598fcb4224f465569e7692a155c3eb3e
https://github.com/llvm/llvm-project/commit/e702bdb8598fcb4224f465569e7692a155c3eb3e
Author: Ilya Biryukov <ibiryukov at google.com>
Date: 2019-11-29 (Fri, 29 Nov 2019)
Changed paths:
M clang/include/clang/Tooling/Syntax/Nodes.h
M clang/lib/Tooling/Syntax/BuildTree.cpp
M clang/lib/Tooling/Syntax/Nodes.cpp
M clang/unittests/Tooling/Syntax/TreeTest.cpp
Log Message:
-----------
[Syntax] Build SimpleDeclaration node that groups multiple declarators
Summary:
Also remove the temporary TopLevelDeclaration node and add
UnknownDeclaration to represent other unknown nodes.
See the follow-up change for building more top-level declarations.
Adding declarators is also pretty involved and will be done in another
follow-up patch.
Reviewers: gribozavr2
Reviewed By: gribozavr2
Subscribers: merge_guards_bot, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D70787
More information about the All-commits
mailing list