[PATCH] D31777: [ASTImporter] Move structural equivalence context to its own file. NFCI

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 26 10:30:13 PDT 2017


a.sidorin accepted this revision.
a.sidorin added a comment.

Refactoring changes are always appreciated. I only have a minor naming nit.



================
Comment at: include/clang/AST/ASTStructuralEquivalence.h:33
+  /// AST contexts for which we are checking structural equivalence.
+  ASTContext &C1, &C2;
+
----------------
FromCtx, ToCtx?


https://reviews.llvm.org/D31777





More information about the cfe-commits mailing list