[PATCH] D123667: [clang][AST] Fix crash getting name of a template decl

Tom Eccles via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 21 04:15:17 PDT 2022


tblah added a comment.

I'm not able to reproduce the test failure in CI. It looks spurious to me because I have not changed anything related to openmp. The only change in behaviour after my patch should be to avoid a null pointer dereference. In tests which did not hit that null pointer dereference before there should not be any change in behaviour.

What I tried:

  - Use a debian 11 x64 base image
- Install a minimum set of required packages from debian repos (including clang and lld from debian)
- Run the commands listed under "Reproduce build locally" on the CI failure report


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123667



More information about the cfe-commits mailing list