[PATCH] D34329: [clang-diff] Initial implementation.
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 27 04:45:44 PDT 2017
arphaman added a comment.
Just to clarify: I'm fine with adding the
================
Comment at: include/clang/Tooling/ASTDiff/ASTDiff.h:32
+public:
+ ASTDiff(SyntaxTree &T1, SyntaxTree &T2, ComparisonOptions *Options);
+
----------------
Can you pass-in the options by value instead of a pointer?
https://reviews.llvm.org/D34329
More information about the cfe-commits
mailing list