[PATCH] D93595: [analyzer] Fix extraction of punned and known SVals

Vince Bridgers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 20 07:14:20 PST 2020


vabridgers added a comment.

This proposed change seems to address the referenced issues (https://bugs.llvm.org/show_bug.cgi?id=39032 and https://bugs.llvm.org/show_bug.cgi?id=44114). I believe the scalars test cases to be mostly complete, and the structures test cases to be at most a baseline (just based on covering specific cases mentioned in the bug reports). Please let me know how to improve through review comments and I'll work on that. Thanks to Balazs, Gabor, Artem and Denis for feedback in the email thread and help working through this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93595



More information about the cfe-commits mailing list