[Lldb-commits] [PATCH] D11451: Add UNUSED_IF_ASSERT_DISABLED and apply it.
Bruce Mitchener
bruce.mitchener at gmail.com
Thu Jul 23 00:55:56 PDT 2015
brucem created this revision.
brucem added a reviewer: clayborg.
brucem added a subscriber: lldb-commits.
This replaces (void)x; usages where they x was subsequently
involved in an assertion with this macro to make the
intent more clear.
http://reviews.llvm.org/D11451
Files:
include/lldb/lldb-defines.h
source/Host/posix/MainLoopPosix.cpp
source/Interpreter/CommandInterpreter.cpp
source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
source/Symbol/ClangASTImporter.cpp
source/Target/Process.cpp
tools/debugserver/source/DNB.cpp
tools/debugserver/source/DNBDefs.h
tools/debugserver/source/MacOSX/MachProcess.mm
tools/debugserver/source/MacOSX/arm/DNBArchImpl.cpp
tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp
tools/debugserver/source/MacOSX/i386/DNBArchImplI386.cpp
tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11451.30457.patch
Type: text/x-patch
Size: 10424 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150723/76c3bb91/attachment.bin>
More information about the lldb-commits
mailing list