]> granicus.if.org Git - clang/commit
Don't rely on the use of non-POD types within unions.
authorDouglas Gregor <dgregor@apple.com>
Tue, 7 Jul 2015 06:20:46 +0000 (06:20 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 7 Jul 2015 06:20:46 +0000 (06:20 +0000)
commitf1ba8ae2199185357c4ed6e2de5b0fc42713162a
tree06f4fdab02021d0a3f91935c4d191f64505d413e
parenta36fb7427b0edcdb9d925810b2e3b97ecccdf92f
Don't rely on the use of non-POD types within unions.

They aren't universally supported and we're not getting any benefit
from using them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241564 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/AST/DeclObjC.cpp