[PATCH] D36177: [clang-diff] Add commandline arguments.

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 3 01:22:32 PDT 2017


arphaman added inline comments.


================
Comment at: test/Tooling/clang-diff-args.sh:1
+RUN: echo a > %t.cpp
+
----------------
I think a '.test' extension rather than '.sh' is better


================
Comment at: test/Tooling/clang-diff-args.sh:3
+
+RUN: echo "CHECK: unknown type name 'X'" > %t1
+
----------------
You can just have a CHECK in this file and run `FileCheck %s`


https://reviews.llvm.org/D36177





More information about the cfe-commits mailing list