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

2020-12-20 Thread Vince Bridgers via Phabricator via cfe-commits
vabridgers updated this revision to Diff 312996. vabridgers added a comment. Reduce scope of this initial change to just scalars Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93595/new/ https://reviews.llvm.org/D93595 Files: clang/lib/StaticAnal

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

2020-12-20 Thread Vince Bridgers via Phabricator via cfe-commits
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