llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC
Pavel Labath eac00c3be6 Fix some warnings found by ToT clang
These fall into two categories:
- unused variables
- (uint8_t *)NULL + X -- changed to reinterpret_cast(X)

llvm-svn: 317270
2017-11-02 21:35:26 +00:00
..
AppleObjCRuntime Fix some warnings found by ToT clang 2017-11-02 21:35:26 +00:00
CMakeLists.txt