Skip to content
Commit 1c2e20d7 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

When compiling ::delete for a class with a virtual destructor, call

the complete destructor and then invoke the global delete
operator. Previously, we would invoke the deleting destructor, which
calls the wrong delete operator. Fixes PR10341.

llvm-svn: 135021
parent ee6e776b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment