]> granicus.if.org Git - clang/commit
Fix a crash introduced in r189828.
authorMatt Beaumont-Gay <matthewbg@google.com>
Mon, 9 Sep 2013 21:07:58 +0000 (21:07 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Mon, 9 Sep 2013 21:07:58 +0000 (21:07 +0000)
commita7be2f4c745120d6ee5adfd19ef259919bdc3f7f
treeec6c04765cd9a37cbd48ff1054db4ff655362c32
parent426bb9c9008b9f042e8b882352a2070e5b39d08c
Fix a crash introduced in r189828.

The predicates in CXXRecordDecl which test various properties of special
members can't be called on incomplete decls.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190353 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CFG.cpp
test/Analysis/dtor.cpp