kadircet marked 5 inline comments as done. kadircet added inline comments.
================ Comment at: clang-tools-extra/clangd/Diagnostics.cpp:121 const SourceManager &SM = Info.getSourceManager(); + const SourceLocation &DiagLoc = SM.getFileLoc(Info.getLocation()); SourceLocation IncludeInMainFile; ---------------- hokein wrote: > should we use getExpansionLoc? getFileLoc returns a spelling location if it > comes from a macro argument, but I think it doesn't matter. right ================ Comment at: clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp:944 TEST(IgnoreDiags, FromNonWrittenSources) { Annotations Main(R"cpp( ---------------- hokein wrote: > this doesn't belong to IgnoreDiags any more, I think, should be > `DiagsInHeaders`, the same to the newly-added test. ah thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70494/new/ https://reviews.llvm.org/D70494 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits