[llvm] r264341 - [Support] Add ErrorInfo::ID static member definition.

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 16:33:30 PDT 2016


On Thu, Mar 24, 2016 at 4:31 PM, David Blaikie <dblaikie at gmail.com> wrote:

> Pretty unfortunate additional boilerplate (perhaps moreso in the pass
> manager than in the error categories, not sure which we'll end up with more
> of in the long run), but if that's the nearest we can do...
>

Sure, but it's normal, character-building, C++ boilerplate. We still
prototype our methods in header files like cavemen, rather than making
every function inline.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160324/07fe1f4c/attachment.html>


More information about the llvm-commits mailing list