lemon: skip clang analyzer for more code.

Change-Id: I3c2c0e1581c759fb4eef48008a7d905701958913
Reviewed-on: https://code.wireshark.org/review/26688
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Dario Lombardo 2018-03-30 16:40:43 +02:00 committed by Alexis La Goutte
parent 072e24fa0a
commit d7c98ddde7
1 changed files with 1 additions and 1 deletions

View File

@ -1020,6 +1020,7 @@ PRIVATE int same_symbol(struct symbol *a, struct symbol *b)
return 1;
}
#ifndef __clang_analyzer__
/* Construct all successor states to the given state. A "successor"
** state is any state which can be reached by a shift action.
*/
@ -1073,7 +1074,6 @@ PRIVATE void buildshifts(struct lemon *lemp, struct state *stp)
}
}
#ifndef __clang_analyzer__
/*
** Construct the propagation links
*/