]> granicus.if.org Git - clang/commit
libclang: correct inverted logic
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 10 Dec 2015 06:30:23 +0000 (06:30 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 10 Dec 2015 06:30:23 +0000 (06:30 +0000)
commitba08f692f9129d377354448a1c58c9088fb29775
tree9763d866b88012114b001570a6c4c0eb2f8d3a77
parentc32202cdce26a9c0fbe3f5adb2546fca9ce3ac04
libclang: correct inverted logic

The complete dtor is only emitted when there is a virtual destructor.  The test
itself was incorrect, so the issue in the code was not noticed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255225 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/print-cxx-manglings.cpp
tools/libclang/CIndex.cpp