[Lldb-commits] [lldb] r314602 - [ExpressionParser] Prefer isa<> to dyn_cast<>. NFCI.

2017-09-30 Thread Davide Italiano via lldb-commits
Author: davide Date: Sat Sep 30 14:16:56 2017 New Revision: 314602 URL: http://llvm.org/viewvc/llvm-project?rev=314602&view=rev Log: [ExpressionParser] Prefer isa<> to dyn_cast<>. NFCI. The result type is unused anyway. Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressi

[Lldb-commits] [lldb] r314604 - [lldb-mi] Add a default case to placate GCC with -Werror.

2017-09-30 Thread Davide Italiano via lldb-commits
Author: davide Date: Sat Sep 30 14:30:41 2017 New Revision: 314604 URL: http://llvm.org/viewvc/llvm-project?rev=314604&view=rev Log: [lldb-mi] Add a default case to placate GCC with -Werror. Modified: lldb/trunk/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp Modified: lldb/trunk/tools/lldb-

[Lldb-commits] [lldb] r314606 - [lldb-mi] Fix a thinko in my previous commit.

2017-09-30 Thread Davide Italiano via lldb-commits
Author: davide Date: Sat Sep 30 14:52:31 2017 New Revision: 314606 URL: http://llvm.org/viewvc/llvm-project?rev=314606&view=rev Log: [lldb-mi] Fix a thinko in my previous commit. Hopefully this should unbreak the Android buildbot. Modified: lldb/trunk/tools/lldb-mi/MICmnLLDBDebuggerHandleEve