[PATCH] D139148: Fix nullptr dereference found by Coverity static analysis tool

Thorsten via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 4 11:01:06 PST 2022


tschuett added a comment.

I am bit afraid about release builds:

  if (!Initializer)
    return;

Is this semantically incorrect?


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

https://reviews.llvm.org/D139148



More information about the cfe-commits mailing list