Put #if 0 blocks around three sections of code that are intentionally
authorJason Molenda <jmolenda@apple.com>
Fri, 17 Oct 2014 01:36:20 +0000 (01:36 +0000)
committerJason Molenda <jmolenda@apple.com>
Fri, 17 Oct 2014 01:36:20 +0000 (01:36 +0000)
commit61e0a3ef1f688597e7d9fa7bd63721712df244f9
tree4116ffc6bb14295ec7e391f9638a890beb6f14ae
parent0eb2cec9362be75f8929f346f7b9a15ff7df3c65
Put #if 0 blocks around three sections of code that are intentionally
unreachable so we don't get warnings about them.

Completely initialize a structure instead of leaving some of its fields
potentially indeterminate (although in reality they would all be set
before use -- but the compiler warning doesn't know that).

clang warning.

llvm-svn: 220017
lldb/source/Core/FastDemangle.cpp