This is an archive of the discontinued LLVM Phabricator instance.

[clang] Simplify buildSyntaxTree API
ClosedPublic

Authored by kbobyrev on Nov 3 2020, 1:25 AM.

Diff Detail

Event Timeline

kbobyrev created this revision.Nov 3 2020, 1:25 AM
kbobyrev requested review of this revision.Nov 3 2020, 1:25 AM
sammccall accepted this revision.Nov 3 2020, 7:08 AM
sammccall added inline comments.
clang/include/clang/Tooling/Syntax/BuildTree.h
21–22

we should update the comment for this...

/// This usually covers the whole TranslationUnitDecl, but can be restricted by the ASTContext's traversal scope.

This revision is now accepted and ready to land.Nov 3 2020, 7:08 AM
kbobyrev updated this revision to Diff 303984.Nov 9 2020, 1:49 PM
kbobyrev marked an inline comment as done.

Update comment.

This revision was landed with ongoing or failed builds.Nov 9 2020, 1:55 PM
This revision was automatically updated to reflect the committed changes.