diff options
| author | Martin Bohme <mboehme@google.com> | 2016-09-14 12:22:35 +0000 |
|---|---|---|
| committer | Martin Bohme <mboehme@google.com> | 2016-09-14 12:22:35 +0000 |
| commit | 2ca31969989db90f85a2fa3f43e7864b90cdf008 (patch) | |
| tree | 2e6c40ca79b9a7458d97fe176567af09c3b3aff6 /clang-tools-extra/test/clang-tidy/misc-use-after-move.cpp | |
| parent | d88d7166a80060ff3bbd4acc598abd1495765413 (diff) | |
| download | bcm5719-llvm-2ca31969989db90f85a2fa3f43e7864b90cdf008.tar.gz bcm5719-llvm-2ca31969989db90f85a2fa3f43e7864b90cdf008.zip | |
[clang-tidy] Make test for misc-use-after-move pass under Windows
Summary: Adds -fno-delayed-template-parsing
Reviewers: alexfh
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D24550
llvm-svn: 281455
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/misc-use-after-move.cpp')
| -rw-r--r-- | clang-tools-extra/test/clang-tidy/misc-use-after-move.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/misc-use-after-move.cpp b/clang-tools-extra/test/clang-tidy/misc-use-after-move.cpp index ca3e955c084..46fa651efb1 100644 --- a/clang-tools-extra/test/clang-tidy/misc-use-after-move.cpp +++ b/clang-tools-extra/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; |

