This replaces (void)x; usages where they x was subsequently
involved in an assertion with this macro to make the
intent more clear.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D11451
Add UNUSED_IF_ASSERT_DISABLED and apply it. ClosedPublic Authored by brucem on Jul 23 2015, 12:55 AM.
Details Summary This replaces (void)x; usages where they x was subsequently
Diff Detail Event Timelinebrucem updated this object. This revision is now accepted and ready to land.Jul 23 2015, 2:05 PM Closed by commit rL243074: Add UNUSED_IF_ASSERT_DISABLED and apply it. (authored by brucem). · Explain WhyJul 23 2015, 5:24 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 30457 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
|