Skip to content

Commit

Permalink
cpp: Update tidy suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Jul 15, 2024
1 parent 49c16e1 commit 9044d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compiler/extensions/cpp/runtime/ClangTidySuppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ cppcoreguidelines-pro-type-reinterpret-cast:src/zserio/FileUtil.cpp:19
cppcoreguidelines-pro-type-reinterpret-cast:src/zserio/FileUtil.cpp:49

# This multiple inheritance is intended and we think that to avoid it would mean much more obscure design.
fuchsia-multiple-inheritance:src/zserio/Reflectable.h:2023
fuchsia-multiple-inheritance:src/zserio/Reflectable.h:2025

# This is necessary for implementation of low level implementation to mimic standard C++17 abstractions.
google-explicit-constructor:src/zserio/OptionalHolder.h:232
Expand Down Expand Up @@ -117,8 +117,8 @@ misc-no-recursion:src/zserio/JsonParser.h:163
misc-no-recursion:src/zserio/ReflectableUtil.h:131
misc-no-recursion:src/zserio/ReflectableUtil.h:135
misc-no-recursion:src/zserio/ReflectableUtil.h:146
misc-no-recursion:src/zserio/Reflectable.h:1951
misc-no-recursion:src/zserio/Reflectable.h:1985
misc-no-recursion:src/zserio/Reflectable.h:1953
misc-no-recursion:src/zserio/Reflectable.h:1987
misc-no-recursion:src/zserio/Walker.h:73
misc-no-recursion:src/zserio/Walker.h:74
misc-no-recursion:src/zserio/Walker.h:75
Expand Down

0 comments on commit 9044d6d

Please sign in to comment.