Skip to content

Commit

Permalink
Fix ClangTidySuppressions.txt in runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Aug 21, 2024
1 parent 7a4e19d commit e60d49b
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions compiler/extensions/cpp/runtime/ClangTidySuppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,25 @@ cppcoreguidelines-pro-bounds-array-to-pointer-decay:src/zserio/StringView.h:932

# The following is filtered out because bounds are checked naturally by implementation. Therefore method 'at'
# would only bring the performance drop.
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/StringConvertUtil.h:42
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/StringConvertUtil.h:43
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/StringConvertUtil.h:53
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/StringConvertUtil.h:44
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/StringConvertUtil.h:49
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/StringConvertUtil.h:54
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/StringConvertUtil.h:55
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamReader.cpp:301
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamReader.cpp:315
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:356
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:367
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:378
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:357
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:368
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:379
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:385
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:390
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:380
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:386
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:391
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:397
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:593
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:661
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/JsonEncoder.cpp:91
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/JsonEncoder.cpp:92
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:392
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:398
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:594
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/BitStreamWriter.cpp:662
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/JsonEncoder.cpp:98
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/JsonEncoder.cpp:99
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/Enums.h:93
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/Enums.h:106
cppcoreguidelines-pro-bounds-constant-array-index:src/zserio/TypeInfo.h:1443
Expand Down

0 comments on commit e60d49b

Please sign in to comment.