search for: c0a994ef

Displaying 2 results from an estimated 2 matches for "c0a994ef".

2013 Sep 24
0
[LLVMdev] LLD: Returning true on success
...gree with you. However, I think this is something that needs to be consistent across all of LLVM and should be in the coding standard. - Michael Spencer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130924/c0a994ef/attachment.html>
2013 Sep 24
5
[LLVMdev] LLD: Returning true on success
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