diff options
| author | rillig <rillig@NetBSD.org> | 2023-01-21 13:48:40 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2023-01-21 13:48:40 +0000 |
| commit | b0765269fe9414114607c8274b1acf9db92a3cc2 (patch) | |
| tree | 1846b8fa66b09ebc9edfb5d7ed8e504000699342 /sys/dev/usb | |
| parent | 49bedb07ae3a33aff5139d439c5708f7e0110645 (diff) | |
lint: add support for C11 '_Atomic' as atomic-type-specifier
Following the C11 grammar, the keyword '_Atomic' needs to be a separate
syntactic category, to avoid further conflicts in the grammar.
The two newly added conflicts in the grammar would come into play when
mixing traditional C with C11, in a type name without an implicit 'int'.
If the type '_Atomic(int)*' were parsed as '_Atomic int(int)*', the
trailing '*' would be a syntax error.
Diffstat (limited to 'sys/dev/usb')
0 files changed, 0 insertions, 0 deletions
