summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/list-checks.cpp
blob: 674c118c179f790cc49cd2f36084c06066f50b8a (plain)
1
2
3
4
// 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-"
OpenPOWER on IntegriCloud