summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-__clang_analyzer__macro.cpp
blob: 0fda1a393b2a5108ca6f2bbe96b5659ef3485890 (plain)
1
2
3
4
5
// RUN: clang-tidy %s -checks=-*,modernize-use-nullptr -- | count 0

#if !defined(__clang_analyzer__)
#error __clang_analyzer__ is not defined
#endif
OpenPOWER on IntegriCloud