10 lines · cpp
1// RUN: rm -rf %t2// RUN: mkdir -p %t3 4// This is a reproducer for PR37091.5//6// Verify that no temporary files are left behind by the clang-tidy invocation.7 8// RUN: env TMPDIR=%t TEMP=%t TMP=%t clang-tidy -checks='-*,clang-analyzer-core.NullDereference' %s -- --target=mips649// RUN: rmdir %t10