12 lines
347 B
C
12 lines
347 B
C
/* 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
|
|
|
|
// Clice currently doesn't support this configuration, and we use the same default value as clangd.
|
|
#define CLANG_TIDY_ENABLE_STATIC_ANALYZER 0
|
|
|
|
#endif
|