Sign in
llvm
/
clang-tools-extra
/
77ed1cd838a249d6134de9a6bdbe17ef46ecf946
/
.
/
test
/
clang-tidy
/
list-checks.cpp
blob: 674c118c179f790cc49cd2f36084c06066f50b8a [
file
] [
log
] [
blame
]
// RUN: mkdir -p %T/clang-tidy/list-checks/
// RUN: echo '{Checks: "-*,google-*"}' > %T/clang-tidy/.clang-tidy
// RUN: cd %T/clang-tidy/list-checks
// RUN: clang-tidy -list-checks | grep "^ *google-"