[PATCH] D62899: [analyzer][UninitializedObjectChecker] Mark uninitialized regions as interesting.

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 18 23:46:10 PDT 2019


Szelethus updated this revision to Diff 205511.
Szelethus added a comment.

Added a proper testfile. The only downside of it, is that it doesn't test anything. Literally nothing would change is I didn't mark the fields interesting. I'll take this back to the drawing board.


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

https://reviews.llvm.org/D62899

Files:
  clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
  clang/test/Analysis/cxx-uninitialized-object-tracking.cpp
  clang/test/Analysis/cxx-uninitialized-object-unguarded-access.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62899.205511.patch
Type: text/x-patch
Size: 4990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190619/5ac65a3a/attachment.bin>


More information about the cfe-commits mailing list