aboutsummaryrefslogtreecommitdiff
path: root/test-suite/success/attribute_syntax.v
AgeCommit message (Collapse)Author
2019-05-10[Attributes] Allow explicit value for two-valued attributesVincent Laporte
Attributes that enable/disable a feature can have an explicit value (default is enable when the attribute is present). Three-valued boolean attributes do not support this: what would `#[local(false)]` mean?
2018-11-02Make attributes more general to make defining #[universes(...)] easyGaƫtan Gilbert
2018-10-04test-suite: cleaningVincent Laporte
2018-10-04test-suite: rename a few filesVincent Laporte