]> granicus.if.org Git - clang/commit
[analyzer] Don't try to devirtualize if the class is incomplete.
authorJordan Rose <jordan_rose@apple.com>
Wed, 15 Aug 2012 17:33:37 +0000 (17:33 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 15 Aug 2012 17:33:37 +0000 (17:33 +0000)
commitfc87350ce0b279c82b1c9d2647063f4acf48a978
treea1b5833e9e94b745dedc19649b4a45fee09227cb
parent9f6441ad92c30028032eb3df6f4a7f2ebe393a68
[analyzer] Don't try to devirtualize if the class is incomplete.

A similar issue to the previous commit, introduced by r161915.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161961 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/CallEvent.cpp