Peter Hill
Results
542
comments of
Peter Hill
I think we try to make the paths in `compile_commands.json` absolute, so maybe that needs improving. Perhaps we assume the build directory is only one level deep?
Ah, no, we _replace_ absolute paths with new ones. We need to normalise relative file paths from the build dir to the current dir instead EDIT: I have not had...