blob: e56115a5fe8ecff3d9401306d4e0ba687b8a3b90 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// REQUIRES: shell
// RUN: rm -rf %t
// RUN: mkdir -p %t
// This is a reproducer for PR37091.
//
// 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: rmdir %t
|