repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Workflow] Try to fix code-formatter failing to find changes in some cases.
[llvm-project.git]
/
clang-tools-extra
/
clang-tidy
/
clang-tidy-config.h.cmake
blob
f4d1a4b38004baf4b0601d7a72e14d10c2a30e1c
1
/* This generated file is for internal use. Do not include it from headers. */
2
3
#ifdef CLANG_TIDY_CONFIG_H
4
#error clang-tidy-config.h can only be included once
5
#else
6
#define CLANG_TIDY_CONFIG_H
7
8
#cmakedefine01 CLANG_TIDY_ENABLE_STATIC_ANALYZER
9
10
#endif