[PATCH] D34824: clang-format: add an option -verbose to list the files being processed

Sylvestre Ledru via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 15 10:38:48 PDT 2017


sylvestre.ledru marked 7 inline comments as done.
sylvestre.ledru added inline comments.


================
Comment at: test/Format/verbose.cpp:2
+// RUN: clang-format %s -verbose | FileCheck %s
+// CHECK: Formatting
+
----------------
djasper wrote:
> This seems like a pretty minimal test to me. Consider adding the filename (with a regex like "Formatting{{.*}}verbose.cpp"). There might be reasons not to do that though.
I changed the structure and added more checks to it.



https://reviews.llvm.org/D34824





More information about the cfe-commits mailing list