[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:30:54 PDT 2017
    
    
  
arphaman added inline comments.
================
Comment at: test/Tooling/clang-diff-ast.cpp:113
+
+// CHECK: CXXOperatorCallExpr
+// CHECK-NEXT: DeclRefExpr: str::operator+
----------------
This test doesn't work because it passes prior to this patch. You should test the HTML output instead.
https://reviews.llvm.org/D37004
    
    
More information about the cfe-commits
mailing list