[PATCH] D36185: [clang-diff] Fix similarity computation

Johannes Altmanninger via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 2 14:05:40 PDT 2017


johannes added inline comments.


================
Comment at: test/Tooling/clang-diff-bottomup.cpp:3
+// RUN: %clang_cc1 -E %s > %t.dst.cpp -DDEST
+// RUN: clang-diff -m -no-compilation-database -s=0 %t.src.cpp %t.dst.cpp | FileCheck %s
+//
----------------
klimek wrote:
> Instead of using -no-compilation-database most tools support adding -- (args) for using a fixed compilation database. Any specific reason to deviate from that for clang-diff?
ah I actually wasn't aware of that, done


https://reviews.llvm.org/D36185





More information about the cfe-commits mailing list