repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git]
/
clang-tools-extra
/
test
/
clang-tidy
/
infrastructure
/
pr37091.cpp
blob
6772e9d29f34d653bf0d2eb76a4d5ce587493865
1
// REQUIRES: shell
2
// RUN: rm -rf %t
3
// RUN: mkdir -p %t
4
5
// This is a reproducer for PR37091.
6
//
7
// Verify that no temporary files are left behind by the clang-tidy invocation.
8
9
// RUN: env TMPDIR=%t TEMP=%t TMP=%t clang-tidy -checks='-*,clang-analyzer-core.NullDereference' %s -- --target=mips64
10
// RUN: rmdir %t