[LLVMdev] LLD: Returning true on success

Rui Ueyama ruiu at google.com
Tue Sep 24 12:33:25 PDT 2013


Hi LLD developers,

I'm about to make a change to invert the return value of Driver::parse() to
return true on success. Currently it returns false on success.

In many other functions, we return true to indicate success and false to
indicate failure. The inconsistency is confusing, and fixing it should
improve code readability.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130924/12d1cdec/attachment.html>


More information about the llvm-dev mailing list