[all-commits] [llvm/llvm-project] be14a2: [Syntax] Build nodes for simple cases of top level...
Ilya Biryukov via All-commits
all-commits at lists.llvm.org
Wed Dec 11 23:08:19 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: be14a22b47e5c61ff36e4183dcb4f8b138466157
https://github.com/llvm/llvm-project/commit/be14a22b47e5c61ff36e4183dcb4f8b138466157
Author: Ilya Biryukov <ibiryukov at google.com>
Date: 2019-12-12 (Thu, 12 Dec 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 nodes for simple cases of top level declarations
Summary:
More complicated nodes (e.g. template declarations) will be implemented
in the follow-up patches.
Reviewers: gribozavr2
Reviewed By: gribozavr2
Subscribers: merge_guards_bot, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D70856
More information about the All-commits
mailing list