zeek/tools/binpac
Tim Wojtulewicz 54a0e01805 binpac: Wrap generated switch statements in NOLINTs for bugprone-branch-clone
Binpac generates a lot of switch statements with repeated blocks in
them (typically empty blocks). Running clang-tidy on the generated code
with bugprone-branch-clone generates a lot of warnings. Instead of
doing a ton of analysis in binpac to avoid generating the duplicates,
just mark any switch generated with an annotation to avoid reporting
them.
2025-08-20 08:52:24 -07:00
..
lib binpac: Add missing .cmake-format.json, reformat with pre-commit 2025-08-20 08:52:24 -07:00
patches binpac: Add cmake-format and typos pre-commit configs 2025-08-20 08:52:24 -07:00
src binpac: Wrap generated switch statements in NOLINTs for bugprone-branch-clone 2025-08-20 08:52:24 -07:00
CMakeLists.txt binpac: Add missing .cmake-format.json, reformat with pre-commit 2025-08-20 08:52:24 -07:00
TODO binpac: Rename Bro to Zeek 2025-08-20 08:52:23 -07:00