[PATCH] D126198: [analyzer][NFCi] Annotate major nonnull returning functions

Mikael Holmén via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 1 04:04:56 PDT 2022


uabelho added a comment.

Hi,

I see crashes like this with this patch:

  clang: ../../clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h:94: clang::ento::PointerToMemberData::PointerToMemberData(const clang::NamedDecl *, llvm::ImmutableList<const CXXBaseSpecifier *>): Assertion `D' failed.

Anyhting known or familiar?

Unfortunately I don't have any reproducer to share (yet).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126198



More information about the cfe-commits mailing list