|
|
Message-Id: <20181220195931.20331-2-tycho@tycho.ws>
Date: Thu, 20 Dec 2018 12:59:28 -0700
From: Tycho Andersen <tycho@...ho.ws>
To: linux-sparse@...r.kernel.org,
kernel-hardening@...ts.openwall.com
Cc: Tycho Andersen <tycho@...ho.ws>
Subject: [RFC v1 1/4] expression.h: update comment to include other cast types
This part of the union is used with other cast types as well, so let's
include those in the comment.
Signed-off-by: Tycho Andersen <tycho@...ho.ws>
---
expression.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/expression.h b/expression.h
index ba4157f..fece40d 100644
--- a/expression.h
+++ b/expression.h
@@ -187,7 +187,7 @@ struct expression {
struct expression *base;
unsigned r_bitpos, r_nrbits;
};
- // EXPR_CAST and EXPR_SIZEOF
+ // EXPR_CAST, FORCE_CAST, EXPR_IMPLIED_CAST and EXPR_SIZEOF
struct /* cast_arg */ {
struct symbol *cast_type;
struct expression *cast_expression;
--
2.19.1
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.