Add parenthesized expression to SyntaxTree
authorEduardo Caldas <ecaldas@google.com>
Wed, 1 Jul 2020 13:58:18 +0000 (13:58 +0000)
committerEduardo Caldas <ecaldas@google.com>
Thu, 2 Jul 2020 06:28:41 +0000 (06:28 +0000)
commitfdbd78333fc6f1deb3037d0961130f05dce059e7
tree4f2f9962de2c76b7f9e40a20877629d1db5c15a5
parentc59aec0ca1edac409d8789956049ae13af24e370
Add parenthesized expression to SyntaxTree

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D82960
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