Closed waitingtocompile closed 1 year ago
Libclang minor version 62 is associated with clang 14.0.6, which doesn't have the new concept cursor. This swaps it to only consider that cursor when version is greater, rather than greater or equal 62.
Unfortunately, 62 is also the version shipped with clang 15.0.0, which has the cursor... :(
I had to workaround that issue in a slightly hacky way.
Libclang minor version 62 is associated with clang 14.0.6, which doesn't have the new concept cursor. This swaps it to only consider that cursor when version is greater, rather than greater or equal 62.