aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/clang-tidy-config.h.cmake
blob: f4d1a4b38004baf4b0601d7a72e14d10c2a30e1c (plain)
1
2
3
4
5
6
7
8
9
10
/* This generated file is for internal use. Do not include it from headers. */

#ifdef CLANG_TIDY_CONFIG_H
#error clang-tidy-config.h can only be included once
#else
#define CLANG_TIDY_CONFIG_H

#cmakedefine01 CLANG_TIDY_ENABLE_STATIC_ANALYZER

#endif