SureYeaah marked an inline comment as done. SureYeaah added inline comments.
================ Comment at: clang-tools-extra/clangd/SourceCode.cpp:314 while (!FileRange.getBegin().isFileID()) { - assert(!FileRange.getEnd().isFileID() && - "Both Begin and End should be MacroIDs."); + // FIXME: Investigate when this assert fails. Added a hack until then. + // assert(!FileRange.getEnd().isFileID() && ---------------- sammccall wrote: > We have a reproducer, why can't we investigate now? Doing that. Just wanted to stop the crashes in the meanwhile. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D65574/new/ https://reviews.llvm.org/D65574 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits