aboutsummaryrefslogtreecommitdiff
path: root/attr.c
AgeCommit message (Collapse)Author
2024-04-02map: Use simpler fnv-1a hash functionMichael Forney
2024-03-24attr: Parse some GNU attributesMichael Forney
Implements: https://todo.sr.ht/~mcf/cproc/68
2024-03-24attr: Add support for GNU syntaxMichael Forney
References: https://todo.sr.ht/~mcf/cproc/68
2024-03-24Add support for C23 attribute syntaxMichael Forney
Currently, all attributes are ignored. References: https://todo.sr.ht/~mcf/cproc/68