aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/show-parse.c
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-04-03 17:07:02 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-08 21:41:34 +0100
commit35db0f18f8153592ec8ed6ea0fa3650c2d3efded (patch)
tree7c7893fdc1c9299f05981cc263c4ae918e504913 /show-parse.c
parent095dc58e5cdaf04330c2f75f74aab415d18d562d (diff)
downloadsparse-dev-35db0f18f8153592ec8ed6ea0fa3650c2d3efded.tar.gz
associate MOD_RESTRICT with restrict-qualified variables
Note: there is still no semantic associated with 'restrict' but this is a preparatory step. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'show-parse.c')
-rw-r--r--show-parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/show-parse.c b/show-parse.c
index 3364aec5..825db692 100644
--- a/show-parse.c
+++ b/show-parse.c
@@ -125,6 +125,7 @@ const char *modifier_string(unsigned long mod)
{MOD_EXTERN, "extern"},
{MOD_CONST, "const"},
{MOD_VOLATILE, "volatile"},
+ {MOD_RESTRICT, "restrict"},
{MOD_SIGNED, "[signed]"},
{MOD_UNSIGNED, "[unsigned]"},
{MOD_CHAR, "[char]"},