I'm querying a JSON output of Clang for EnumDecl's with the following on a 1.2MB file: `$..[?(@.kind == '$kind')]` Unfortunately this seems to run indefinitely. I can provide the file if that helps?
I'm querying a JSON output of Clang for EnumDecl's with the following on a 1.2MB file:
$..[?(@.kind == '$kind')]Unfortunately this seems to run indefinitely.
I can provide the file if that helps?