[PATCH] D80525: [clangd] Fix crash-bug in preamble indexing when using modules.

Bjorn Pettersson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 13 07:48:41 PDT 2020


bjope added a comment.

Might be that it is some other commit that cause the problem. Looking a bit closer at the jenkins history it seems like the tests passed once after this patch was added. But the next time it failed.

That second time the "[Diagnoostics] Reworked -Wstring-concatenation" commit had been pushed as well (commit b9af72bffe <https://reviews.llvm.org/rGb9af72bffe5f2769f3a7858a785981f89137a0ce>). And I see that there are some string concatenation going on in the test case.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80525/new/

https://reviews.llvm.org/D80525



More information about the cfe-commits mailing list