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
/
list-checks.cpp
blob
674c118c179f790cc49cd2f36084c06066f50b8a
1
// RUN: mkdir -p %T/clang-tidy/list-checks/
2
// RUN: echo '{Checks: "-*,google-*"}' > %T/clang-tidy/.clang-tidy
3
// RUN: cd %T/clang-tidy/list-checks
4
// RUN: clang-tidy -list-checks | grep "^ *google-"