Skip to content

Commit

Permalink
Fix clang-tidy suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Aug 22, 2024
1 parent da999e5 commit a21a26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/extensions/cpp/runtime/ClangTidySuppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bugprone-signed-char-misuse:src/zserio/DeltaContext.h:113
bugprone-signed-char-misuse:src/zserio/DeltaContext.h:176
bugprone-signed-char-misuse:src/zserio/DeltaContext.h:212
bugprone-signed-char-misuse:src/zserio/DeltaContext.h:342
bugprone-signed-char-misuse:src/zserio/DeltaContext.h:369
bugprone-signed-char-misuse:src/zserio/DeltaContext.h:370

# This is necessary for implementation of low level implementation of Span and StringView to mimic standard
# C++17 'std::span' and 'std::string_view' abstractions.
Expand Down

0 comments on commit a21a26d

Please sign in to comment.