[PATCH] D37004: [clang-diff] Fix the html output for CXXOperatorCallExpr

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 23 08:31:06 PDT 2017


arphaman added inline comments.


================
Comment at: test/Tooling/clang-diff-ast.cpp:42
 // CHECK: CXXRecordDecl: X;X;(
-class X : Base {
+struct X : Base {
   int m;
----------------
Looks like an unrelated change.


https://reviews.llvm.org/D37004





More information about the cfe-commits mailing list