The function SetUpDiagnosticLog that was called from createDiagnostics didn't handle the case where the diagnostics engine didn't own the diagnostics consumer.
This is a potential problem for a clang tool, in particular some of the follow-up patches for clang-scan-deps will need this fix.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM