This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG142c6f82fda8: [clang] Simplify buildSyntaxTree API (authored
by kbobyrev).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https:
kbobyrev updated this revision to Diff 303984.
kbobyrev marked an inline comment as done.
kbobyrev added a comment.
Update comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90672/new/
https://reviews.llvm.org/D90672
Files:
clang-tools-extra
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/include/clang/Tooling/Syntax/BuildTree.h:21
/// Build a syntax tree for the main file.
+syntax::TranslationUnit *buildSyntaxTree(Arena &A, ASTC
kbobyrev created this revision.
kbobyrev added a reviewer: sammccall.
Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman.
Herald added a project: clang.
kbobyrev requested review of this revision.
Follow-up on https://reviews.llvm.org/D88553#inline-837013
Repository:
rG LLVM