Right now, Clang fails to create a fixed compilation database when the compilation arguments use -fsyntax-only instead of -c. The reported error is: "warning: no compile jobs found". This happens because we don't look at the compilation job when stripping the positional arguments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM