mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
![]() 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. |
||
---|---|---|
.. | ||
lib | ||
patches | ||
src | ||
CMakeLists.txt | ||
TODO |