<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Siddharth,<div class=""><br class=""></div><div class="">I'm not sure what coding standards you refer to when you say "some C++ coding standard". This question is answered in the LLVM Coding Standards document here:</div><div class=""><br class=""></div><div class=""><a href="https://www.llvm.org/docs/CodingStandards.html#do-not-use-rtti-or-exceptions" class="">https://www.llvm.org/docs/CodingStandards.html#do-not-use-rtti-or-exceptions</a></div><div class=""><br class=""></div><div class="">As such LLVM's coding standards prohibit the use of exceptions and RTTI.</div><div class=""><br class=""></div><div class="">-Chris<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On May 1, 2018, at 10:02 AM, Siddharth Shankar Swain via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi all,<div class="">Can anyone explain why exceptions are disabled in LLVM, even if some C++ coding standard tells to use exceptions ?</div><div class="">Thanks,</div><div class="">Siddharth</div></div>
_______________________________________________<br class="">LLVM Developers mailing list<br class=""><a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a><br class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev<br class=""></div></blockquote></div><br class=""></div></body></html>