Use lines instead of statements for readability-function-size clang-tidy (#6594)

This commit is contained in:
Geoff Romer
2026-01-14 19:32:03 +00:00
committed by GitHub
parent d8adcf93f5
commit 9106f9533c
8 changed files with 9 additions and 8 deletions
-1
View File
@@ -37,7 +37,6 @@ auto NodeStack::PrintForStackDump(int indent, llvm::raw_ostream& output) const
}
}
// NOLINTNEXTLINE(readability-function-size)
auto NodeStack::CheckIdKindTable() -> void {
#define CARBON_PARSE_NODE_KIND(Name) \
{ \