nelhage / llama

Apache License 2.0
584 stars 24 forks source link

Also detect include files found via `-isystem`. #34

Closed nelhage closed 3 years ago

nelhage commented 3 years ago

To avoid sending the entire world to the server, enumerate the local compiler's default include path, and exclude those headers.

fixes #23

This seems to come with a performance cost in my testing, so I'm not sure we want to turn it on by default. I'm hopeful that maybe caching or some other trick can get the cost down to below noise.