Smattr / clink

a modern re-implementation of Cscope
The Unlicense
43 stars 2 forks source link

when compile_commands.json entry not found, fallback on parsing without #126

Closed Smattr closed 1 year ago

Smattr commented 1 year ago

Instead of giving up entirely, we now fallback to parsing with libclang but without any extra support, which is most likely what the user wants.