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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits