mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/hilti-nolint-enum'
* origin/topic/timw/hilti-nolint-enum: Add nolint for enum size for HILTI_RT_ENUM use
This commit is contained in:
commit
6218643347
3 changed files with 6 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
8.0.0-dev.680 | 2025-07-17 08:40:49 -0700
|
||||
|
||||
* Add nolint for enum size for HILTI_RT_ENUM use (Tim Wojtulewicz, Corelight)
|
||||
|
||||
8.0.0-dev.677 | 2025-07-16 17:46:48 +0200
|
||||
|
||||
* Spicy: Fix missing include. (Robin Sommer, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
8.0.0-dev.677
|
||||
8.0.0-dev.680
|
||||
|
|
|
@ -170,7 +170,7 @@ enum class ZeekTypeTag : uint8_t {
|
|||
Void,
|
||||
};
|
||||
|
||||
HILTI_RT_ENUM(AnalyzerType, Undef, File, Packet, Protocol);
|
||||
HILTI_RT_ENUM(AnalyzerType, Undef, File, Packet, Protocol); // NOLINT(performance-enum-size)
|
||||
|
||||
extern TypePtr create_base_type(ZeekTypeTag tag);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue