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
- Repository
- rL LLVM
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 30548 lldb/trunk/include/lldb/lldb-defines.h
lldb/trunk/source/Host/posix/MainLoopPosix.cpp
lldb/trunk/source/Interpreter/CommandInterpreter.cpp
lldb/trunk/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
lldb/trunk/source/Symbol/ClangASTImporter.cpp
lldb/trunk/source/Target/Process.cpp
lldb/trunk/tools/debugserver/source/DNB.cpp
lldb/trunk/tools/debugserver/source/DNBDefs.h
lldb/trunk/tools/debugserver/source/MacOSX/MachProcess.mm
lldb/trunk/tools/debugserver/source/MacOSX/arm/DNBArchImpl.cpp
lldb/trunk/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp
lldb/trunk/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.cpp
lldb/trunk/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp
|