From: Alexander Popov Date: Tue, 24 Jul 2018 20:33:57 +0000 (+0300) Subject: Add the comment describing OR use case X-Git-Tag: v0.5.2~85^2~4 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=885eca86950992cdc34ef6067999fdc5b1467265;p=kconfig-hardened-check.git Add the comment describing OR use case --- diff --git a/kconfig-hardened-check.py b/kconfig-hardened-check.py index d8f8447..f66f61a 100755 --- a/kconfig-hardened-check.py +++ b/kconfig-hardened-check.py @@ -59,6 +59,9 @@ class OR: self.opts = opts self.result = None + # self.opts[0] is the option which this OR-check is about. + # Use case: OR(, ) + @property def name(self): return self.opts[0].name