[Lldb-commits] [PATCH] EmulationStateARM: Don't have >= comparisons against dwarf_r0

Zachary Turner zturner at google.com
Wed Jul 30 13:43:50 PDT 2014


Could probably address that concern with a comment, but the alternatives
(disabling the warning or doing a cast to a signed type) both seem strictly
worse than removing the code, and I'm a strong proponent of warning-free
code across all platforms.

http://reviews.llvm.org/D4629






More information about the lldb-commits mailing list