Add `BoolLiteralExpression` to SyntaxTree
authorEduardo Caldas <ecaldas@google.com>
Mon, 22 Jun 2020 16:04:54 +0000 (16:04 +0000)
committerEduardo Caldas <ecaldas@google.com>
Thu, 25 Jun 2020 15:37:53 +0000 (15:37 +0000)
commit7f7f8564808b51aa62744edf75c07c0df102056a
treefce822ccd70c5e3c60c1e83c347c185178d6e1bb
parentc9e8c9e3ea2681dc18dd3a2d43d6aa8f37252649
Add `BoolLiteralExpression` to SyntaxTree

Subscribers: cfe-commits

Tags: #clang

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