summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/coff-empty-drectve.test
diff options
context:
space:
mode:
authorKristof Umann <dkszelethus@gmail.com>2018-08-08 13:18:53 +0000
committerKristof Umann <dkszelethus@gmail.com>2018-08-08 13:18:53 +0000
commitef9af05539d9cb7f11346588fbe719f30712b638 (patch)
tree360fbb39fb50785dc5784180587473fee6d959da /llvm/test/Object/coff-empty-drectve.test
parentdb5908deb964b81234a59ab477b460275552c038 (diff)
downloadbcm5719-llvm-ef9af05539d9cb7f11346588fbe719f30712b638.tar.gz
bcm5719-llvm-ef9af05539d9cb7f11346588fbe719f30712b638.zip
[analyzer][UninitializedObjectChecker] Pointer/reference objects are dereferenced according to dynamic type
This patch fixed an issue where the dynamic type of pointer/reference object was known by the analyzer, but wasn't obtained in the checker, which resulted in false negatives. This should also increase reliability of the checker, as derefencing is always done now according to the dynamic type (even if that happens to be the same as the static type). Special thanks to Artem Degrachev for setting me on the right track. Differential Revision: https://reviews.llvm.org/D49199 llvm-svn: 339240
Diffstat (limited to 'llvm/test/Object/coff-empty-drectve.test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud