Smattr / clink

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

C parser: CPP support #76

Closed Smattr closed 2 years ago

Smattr commented 2 years ago

badf0f6fcdaddc746ac721428ed4b3c9e80166d4 that moved away from libclang lost us the ability to recognise #include in C/C++. We should be able to gain this back by gaining a minimal C pre-processor parser.

Smattr commented 2 years ago

This is done as of 571b131b04df7e32432dbea8b27a75e826fbac1d, modulo some minor bugs observed.