summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/list-checks.cpp
blob: 9d83775ee1f03cfc7fead9c7fd26ab191ae608da (plain)
1
2
3
4
5
// REQUIRES: shell
// 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