This will help debugging driver issues.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Sorry about committing this too early, had it confused with another patch. Fixed in 4f000824222f97c0cfd5b19951a1068132e57e79
clang-tools-extra/clangd/TUScheduler.cpp | ||
---|---|---|
412 | You're right, I changed this after testing it. | |
clang/include/clang/Frontend/Utils.h | ||
231 | Doesn't really work as we want optional + pass-by-reference here - a pointer is the usual idiom. |
buildCompilerInvocation(Inputs, CompilerInvocationDiagConsumer, &CC1Args)? Otherwise, I think the vector would always be empty, right?