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, ASTContext &Context);
----------------
we should update the comment for this...

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


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90672/new/

https://reviews.llvm.org/D90672

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to