Avoid readability-function-size clang-tidy checks on Stringify() (#5933)

This currently triggers due to preprocessing.
This commit is contained in:
Boaz Brickner
2025-08-08 14:14:21 +00:00
committed by GitHub
parent 9f108bad6e
commit de3148c966
+1
View File
@@ -669,6 +669,7 @@ class Stringifier {
} // namespace
// NOLINTNEXTLINE(readability-function-size)
static auto Stringify(const File& sem_ir, StepStack& step_stack)
-> std::string {
RawStringOstream out;