[Lldb-commits] [PATCH] Fix some warnings, one of which was a legit bug.

Jason Molenda jmolenda at apple.com
Mon Nov 10 14:17:07 PST 2014


Nice catch on the UnwindAssembly bug, thanks..  LazyBools only have three possible states (and aren't going to gain extra states in the future) so the code in CommandInterpreter was safe - but silencing warnings is always good to do so we can spot real issues.  Thanks.

http://reviews.llvm.org/D6197






More information about the lldb-commits mailing list