Skip to content
Commit 20104048 authored by Richard Smith's avatar Richard Smith
Browse files

PR10304: Do not call destructors for data members from union destructors. Prior to C++11, this

has no effect since any such destructors must be trivial, and in C++11 such destructors must not
be called.

llvm-svn: 139997
parent 12d5ed88
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