Skip to content

Commit 580708a

Browse files
committed
clang-tidy: Add check misc-header-include-cycle
1 parent 17fd142 commit 580708a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Checks: >
1414
bugprone-terminating-continue,
1515
bugprone-too-small-loop-variable,
1616
bugprone-virtual-near-miss,
17+
misc-header-include-cycle,
1718
misc-redundant-expression,
1819
misc-static-assert,
1920
modernize-make-shared,

0 commit comments

Comments
 (0)