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
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-
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