wireshark/tools/lemon
Stig Bjørlykke 6bb5a7af66 lemon: Make it build with __clang_analyzer__ defined
The static function handleswitch() is not compiled with __clang_analyzer__
defined, but it's used in OptInit() without any checks. Change to have
an empty implementation for __clang_analyzer__.

Change-Id: I73da2042ec64fdfa6910c02c059d36db491dc538
Reviewed-on: https://code.wireshark.org/review/28059
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Dario Lombardo <lomato@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-06-07 03:58:04 +00:00
..
CMakeLists.txt spdx: more licenses converted. 2018-03-07 15:56:44 +00:00
README Add the comment about the Wireshark changes github repo from the commit 2016-01-12 20:17:43 +00:00
cppmagic.h
lemon.c lemon: Make it build with __clang_analyzer__ defined 2018-06-07 03:58:04 +00:00
lemon.html
lemonflex-head.inc
lemonflex-tail.inc Use noyywrap rather than defining our own yywrap functions. 2015-12-05 08:06:50 +00:00
lempar.c lemon: Sync with latest trunk. 2018-03-28 16:20:24 +00:00

README

The Lemon Parser Generator's home page is:

http://www.hwaci.com/sw/lemon/index.html
Lemon seems now to be maintaned at :
http://www.sqlite.org/

The file in this directory, lemon.html, was obtained from:

http://www.hwaci.com/sw/lemon/lemon.html

lemon.c has been modified to include the t= and d= command-line
arguments. The changes were submitted to the Lemon maintainer,
but have not appeared in the official Lemon distribution.


A copy of all Wireshark changes are available at
  https://github.com/alagoutte/sqlite/tree/wireshark