[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:31:04 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL281455: [clang-tidy] Make test for misc-use-after-move pass under Windows (authored by mboehme).

Changed prior to commit:
  https://reviews.llvm.org/D24550?vs=71318&id=71319#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D24550

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

Index: clang-tools-extra/trunk/test/clang-tidy/misc-use-after-move.cpp
===================================================================
--- clang-tools-extra/trunk/test/clang-tidy/misc-use-after-move.cpp
+++ clang-tools-extra/trunk/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.71319.patch
Type: text/x-patch
Size: 486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160914/7f42ffba/attachment.bin>


More information about the cfe-commits mailing list