arphaman added inline comments.

================
Comment at: test/Tooling/clang-diff-html.py:1
+# RUN: clang-diff %S/Inputs/clang-diff-basic-src.cpp %S/clang-diff-basic.cpp 
-html -- | %python %s > %t.filecheck
+# RUN: clang-diff %S/Inputs/clang-diff-basic-src.cpp %S/clang-diff-basic.cpp 
-dump-matches -- | FileCheck %t.filecheck
----------------
Why did you decide to use a python script for this? Can you just file check the 
HTML output directly, or do you think this is better?


https://reviews.llvm.org/D36182



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to