aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/clang-tidy-config.h.cmake
blob: 400e89ea60b33bc66449be8718350756f81a6bab (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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
#cmakedefine01 CLANG_TIDY_ENABLE_QUERY_BASED_CUSTOM_CHECKS

#endif