mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Fix clang-tidy cppcoreguidelines-macro-usage findings (macro functions)
This commit is contained in:
parent
ad99a6821e
commit
460fe24a9a
23 changed files with 75 additions and 47 deletions
|
@ -69,6 +69,7 @@ Type::Type(TypeTag t, bool arg_base_type)
|
|||
is_network_order(zeek::is_network_order(t)),
|
||||
base_type(arg_base_type) {}
|
||||
|
||||
// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
|
||||
#define CHECK_TYPE_TAG(tag_type, func_name) CHECK_TAG(tag, tag_type, func_name, type_name)
|
||||
|
||||
const TypeList* Type::AsTypeList() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue