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



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

Reply via email to