[PATCH] D157888: [NFC][Clang] Fix static analyzer concern about null value dereference

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 14 12:20:01 PDT 2023


steakhal added a comment.

If `getStmtForDiagnostics()` in general, never returns null, then shouldn't we mark the API with an appropriate attribute?


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

https://reviews.llvm.org/D157888



More information about the cfe-commits mailing list