]> granicus.if.org Git - clang/commit
[analyzer] It's possible to have a non PointerType expression evaluate to a Loc value...
authorAnna Zaks <ganna@apple.com>
Sat, 21 Jan 2012 06:59:01 +0000 (06:59 +0000)
committerAnna Zaks <ganna@apple.com>
Sat, 21 Jan 2012 06:59:01 +0000 (06:59 +0000)
commit665b00265858a47f3ccd80b2f27b250c54f5fd5d
treec54f8dbc8eb2a66bd552fa294ecc0dda2a7a217c
parentb3381f60960d355750eaf0fcf9890fd57d76bb32
[analyzer] It's possible to have a non PointerType expression evaluate to a Loc value. When this happens, use the default type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148631 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
test/Analysis/taint-tester.m [new file with mode: 0644]