Skip to content

Commit de3148c

Browse files
authored
Avoid readability-function-size clang-tidy checks on Stringify() (#5933)
This currently triggers due to preprocessing.
1 parent 9f108ba commit de3148c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

toolchain/sem_ir/stringify.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ class Stringifier {
669669

670670
} // namespace
671671

672+
// NOLINTNEXTLINE(readability-function-size)
672673
static auto Stringify(const File& sem_ir, StepStack& step_stack)
673674
-> std::string {
674675
RawStringOstream out;

0 commit comments

Comments
 (0)