Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure all commands in compilation_commands.json use absolute paths. (#…
…3415) * Fix resolving of absolute path for toolchain By placing the `where_is_program` call into this function, all references to the compiler will be made absolute, instead of just ones in the top environment. Previously, all references to the compiler for user source code would not use the full path in the compilation database, which broke `clangd`'s detection of system includes. * Linting issue
- Loading branch information