[PATCH] D34329: [clang-diff] Initial implementation.

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 27 05:43:21 PDT 2017


arphaman added inline comments.


================
Comment at: include/clang/Tooling/ASTDiff/ASTDiff.h:57
+  SyntaxTree(T *Node, const ASTContext &AST)
+      : TreeImpl(llvm::make_unique<detail::SyntaxTreeI>(this, Node, AST)) {}
+
----------------
If you want to use two different names then something like `SyntaxTreeImpl` is better imho


https://reviews.llvm.org/D34329





More information about the cfe-commits mailing list