[PATCH] D39761: [Support] Make llvm::Error faster

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 14:01:57 PST 2017


I ran it through clang-format, this is what I got.

On Tue, Nov 7, 2017 at 2:00 PM Rui Ueyama via Phabricator <
reviews at reviews.llvm.org> wrote:

> ruiu accepted this revision.
> ruiu added a comment.
> This revision is now accepted and ready to land.
>
> Nice. LGTM
>
>
>
> ================
> Comment at: llvm/include/llvm/Support/Error.h:271-272
> +#else
> +  void assertIsChecked() {
>    }
> +#endif
> ----------------
> I believe clang-format-diff would format it in one line.
>
>
> https://reviews.llvm.org/D39761
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171107/28cfd8af/attachment.html>


More information about the llvm-commits mailing list