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
/
clang-tidy-__clang_analyzer__macro.cpp
blob
0fda1a393b2a5108ca6f2bbe96b5659ef3485890
1
// RUN: clang-tidy %s -checks=-*,modernize-use-nullptr -- | count 0
2
3
#if !defined(__clang_analyzer__)
4
#error __clang_analyzer__ is not defined
5
#endif