commit | bef1583b89e73de77c8b0897fcf42b5b1fcabe4c | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Wed Jul 14 00:18:15 2010 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Wed Jul 14 00:18:15 2010 +0000 |
tree | 0bb06e42ca4ae4d6bbce95883db1c818a4f01b51 | |
parent | 5565cd1665dea7177c6af2565224ddbcb92389ea [diff] [blame] |
I enabled some extra warnings for hidden local variables and for hidden virtual functions and caught some things and did some general code cleanup. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@108299 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Interpreter/ScriptInterpreter.cpp b/source/Interpreter/ScriptInterpreter.cpp index e5d7bc3..9c5c086 100644 --- a/source/Interpreter/ScriptInterpreter.cpp +++ b/source/Interpreter/ScriptInterpreter.cpp
@@ -54,6 +54,7 @@ void ScriptInterpreter::CollectDataForBreakpointCommandCallback ( + CommandInterpreter &interpreter, BreakpointOptions *bp_options, CommandReturnObject &result )