mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Use lines instead of statements for readability-function-size clang-tidy (#6594)
This commit is contained in:
@@ -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) \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user