[PATCH] D114034: [clang-tidy] fix debug-only test failure
Kirill Bobyrev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 19 01:19:56 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG85e03cb7ebac: [clang-tidy] fix debug-only test failure (authored by mattbeardsley, committed by kbobyrev).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114034/new/
https://reviews.llvm.org/D114034
Files:
clang-tools-extra/test/clang-tidy/infrastructure/pr37091.cpp
Index: clang-tools-extra/test/clang-tidy/infrastructure/pr37091.cpp
===================================================================
--- clang-tools-extra/test/clang-tidy/infrastructure/pr37091.cpp
+++ clang-tools-extra/test/clang-tidy/infrastructure/pr37091.cpp
@@ -6,5 +6,5 @@
//
// Verify that no temporary files are left behind by the clang-tidy invocation.
-// RUN: env TMPDIR=%t TEMP=%t TMP=%t clang-tidy %s -- --target=mips64
+// RUN: env TMPDIR=%t TEMP=%t TMP=%t clang-tidy -checks='-*,clang-analyzer-core.NullDereference' %s -- --target=mips64
// RUN: rmdir %t
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114034.388412.patch
Type: text/x-patch
Size: 578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211119/16442693/attachment.bin>
More information about the cfe-commits
mailing list