Sign in
llvm
/
llvm-project
/
bad02e38c8223886c0d7e63e79d1ab036aeeaddc
/
.
/
clang-tools-extra
/
test
/
clang-tidy
/
infrastructure
/
list-checks.cpp
blob: 73bb5b793ce9540e5ec92d4667a1085024699df5 [
file
] [
log
] [
blame
]
// RUN: mkdir -p %t.dir/clang-tidy/list-checks/
// RUN: echo '{Checks: "-*,google-*"}' > %t.dir/clang-tidy/.clang-tidy
// RUN: cd %t.dir/clang-tidy/list-checks
// RUN: clang-tidy -list-checks | grep "^ *google-"