More Linux warnings fixes (remove default labels as needed):
authorDaniel Malea <daniel.malea@intel.com>
Fri, 7 Dec 2012 20:51:09 +0000 (20:51 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Fri, 7 Dec 2012 20:51:09 +0000 (20:51 +0000)
commit89660bf7959ea4d2aeab12e934c60fc0cc18e2ec
tree3b37f1cb961ac1cb59d265b94e9ba1bf80f2d6eb
parent4ec32d3d90a725234f6ea5b426673cd1a8f69971
More Linux warnings fixes (remove default labels as needed):
- as per http://llvm.org/docs/CodingStandards.html#don-t-use-default-labels-in-fully-covered-switches-over-enumerations

Patch by Matt Kopec!

llvm-svn: 169633
31 files changed:
lldb/source/API/SBValue.cpp
lldb/source/Core/Communication.cpp
lldb/source/Core/DataExtractor.cpp
lldb/source/Core/EmulateInstruction.cpp
lldb/source/Core/RegisterValue.cpp
lldb/source/Core/Scalar.cpp
lldb/source/Core/State.cpp
lldb/source/Core/Value.cpp
lldb/source/Core/ValueObject.cpp
lldb/source/Core/ValueObjectChild.cpp
lldb/source/Core/ValueObjectConstResult.cpp
lldb/source/Host/common/FileSpec.cpp
lldb/source/Host/common/Host.cpp
lldb/source/Host/common/Mutex.cpp
lldb/source/Interpreter/CommandInterpreter.cpp
lldb/source/Interpreter/ScriptInterpreterPython.cpp
lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp
lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
lldb/source/Plugins/Process/POSIX/ProcessMessage.cpp
lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
lldb/source/Symbol/ClangASTContext.cpp
lldb/source/Target/Process.cpp
lldb/source/lldb.cpp
lldb/tools/driver/Driver.cpp