To aid debugging failures and crashes.
Only part of ignored diagnostics was logged before, now we log all of
them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clangd/ClangdUnit.cpp | ||
---|---|---|
197 ↗ | (On Diff #133591) | I'm not sure, do we care about this particular case (diagnostic outside main file)? With the new change, we don't know whether the diag is from main file or outside main file。 |
clangd/Compiler.h | ||
27 ↗ | (On Diff #133591) | maybe just name it log? since this method is already in IgnoreDiagnostics class. |
Comment Actions
- Renamed logIgnoredDiag to log.
clangd/ClangdUnit.cpp | ||
---|---|---|
197 ↗ | (On Diff #133591) | We probably don't. |