[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / clang-tools-extra / test / clang-tidy / infrastructure / list-checks.cpp
blob674c118c179f790cc49cd2f36084c06066f50b8a
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-"