[lldb-dev] [patch] Extraneous semi colon in 'thread plan step out' + useless typedef

Johnny Chen johnny.chen at apple.com
Fri Feb 4 10:29:27 PST 2011


Hi Jean-Daniel,

Patches applied:

http://llvm.org/viewvc/llvm-project?rev=124874&view=rev

Thanks!

On Feb 4, 2011, at 3:53 AM, Jean-Daniel Dupas wrote:

> Hello,
> 
> There are two patch. 
> 
> One (stepout.patch) to fix a problem in ThreadPlanStepOut.cpp. There is an erroneous semi colon at end of an if statement that make the condition useless (if body is empty).
> 
> And the second patch is to remove to useless typedef on enum, and so avoid a lot of warnings with clang++.
> 
> 
> -- Jean-Daniel
> 
> 
> 
> <stepout.patch><typedef.patch>_______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20110204/caa3869d/attachment.html>


More information about the lldb-dev mailing list