kadircet added a comment.

This is triggering crashes in our production setup, but I couldn't come up with 
a reduced test case.

crash is triggered in the loop:

  for (const auto *S : EnclosingFunction->getBody()->children()) {
        if (SM.isBeforeInTranslationUnit(S->getSourceRange().getEnd(),
                                         ZoneRange.getEnd()))

in which `S` is `nullptr`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135257

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to