Details
Details
- Reviewers
gribozavr2 - Commits
- rG3785eb83af41: Add support for binary operators in Syntax Trees
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D80540
Add support for binary operators in Syntax Trees ClosedPublic Authored by eduucaldas on May 26 2020, 1:45 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 26 2020, 3:18 AM Closed by commit rG3785eb83af41: Add support for binary operators in Syntax Trees (authored by eduucaldas, committed by gribozavr). · Explain WhyMay 26 2020, 3:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 266121 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
|