[PATCH] D24550: [clang-tidy] Make test for misc-use-after-move pass under Windows

Martin Böhme via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 14 05:23:54 PDT 2016


mboehme created this revision.
mboehme added a reviewer: alexfh.
mboehme added a subscriber: cfe-commits.

Adds -fno-delayed-template-parsing

https://reviews.llvm.org/D24550

Files:
  test/clang-tidy/misc-use-after-move.cpp

Index: test/clang-tidy/misc-use-after-move.cpp
===================================================================
--- test/clang-tidy/misc-use-after-move.cpp
+++ test/clang-tidy/misc-use-after-move.cpp
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s misc-use-after-move %t
+// RUN: %check_clang_tidy %s misc-use-after-move %t -- -- -std=c++11 -fno-delayed-template-parsing
 
 typedef decltype(nullptr) nullptr_t;
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24550.71318.patch
Type: text/x-patch
Size: 414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160914/c5631d5b/attachment.bin>


More information about the cfe-commits mailing list