[PATCH] D59901: [analyzer] PR41239: Fix a crash on invalid source location in NoStoreFuncVisitor.

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 28 02:46:31 PDT 2019


Szelethus accepted this revision.
Szelethus added a comment.

An assert would be real nice in `SourceManager`, we should definitely add that, since some callbacks don't even receive a `CallEvent` object. My checker runs on `checkPostCall`, and also checks where fields lie in a system header.


Repository:
  rC Clang

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

https://reviews.llvm.org/D59901





More information about the cfe-commits mailing list