Carlo Kok found an issue where default parameters were causing the wrong argument...
authorGreg Clayton <gclayton@apple.com>
Wed, 31 Oct 2012 20:49:04 +0000 (20:49 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 31 Oct 2012 20:49:04 +0000 (20:49 +0000)
commit26ab83d3dd8ac3287a3cf639395a1bf21b70ab3b
tree16d232e090712958a9a966b0176d1c73abdb380e
parente337e6055211699c4f1b061a92a93e3c08cb426e
Carlo Kok found an issue where default parameters were causing the wrong argument to be passed. I got rid of the default args so we don't run into this.

llvm-svn: 167167
lldb/include/lldb/Expression/ClangUserExpression.h
lldb/source/Target/Process.cpp
lldb/source/Target/StopInfo.cpp