[PATCH] D18852: [clang-tidy] fix a crash with -fdelayed-template-parsing in UnnecessaryValueParamCheck.

Kim Gräsman via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 7 11:05:53 PDT 2016


kimgr added a comment.

The RUN line looks weird to me, but I'm no lit expert...


================
Comment at: test/clang-tidy/performance-unnecessary-value-param-delayed.cpp:1
@@ +1,2 @@
+// RUN: %check_clang_tidy %s performance-unnecessary-value-param %t -- -- -fdelayed-template-parsing
+
----------------
Are the double `--` necessary?


http://reviews.llvm.org/D18852





More information about the cfe-commits mailing list