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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 14:00:37 PST 2017


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





More information about the llvm-commits mailing list