search for: 383d585c

Displaying 2 results from an estimated 2 matches for "383d585c".

2016 Feb 10
2
[RFC] Error handling in LLVM libraries.
...39;t end up with two overlapping solutions. We were still not even > done converting away from bool+std::string :-( > > Cheers, > Rafael > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160210/383d585c/attachment.html>
2016 Feb 10
5
[RFC] Error handling in LLVM libraries.
> > I don't think these are really independent. Whether or not you need to emit > > a diagnostic depends on whether a caller can handle the corresponding error, > > which isn't something you know at the point where the error is raised. > But you do in the diag handler. For example, if you are trying to open > multiple files, some of which are bitcode, you know to