dtolnay / clang-ast

Deserialization logic for efficiently processing Clang's `-ast-dump=json` format
Apache License 2.0
132 stars 13 forks source link

Add a few missing `Kind`s #19

Closed thomcc closed 1 year ago

thomcc commented 1 year ago

These are needed to parse a large body of C code (much of the postgresql v15 server headers) on macOS.