For IDE it's a nice feature to not get a fatal error and continue preprocessing even if the file is missing.
This allows include further files and get more relevant information about the current translation unit.
Details
Details
- Reviewers
ilya-biryukov nik
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I've tested it with libclang. If something else is needed for proper clangd args forwarding - let me know.
Comment Actions
It's probably not needed because I don't see a path which checked for the fatal errors in 8.0. So i will probably abandon this one or update if it does not cover the case I need.