search for: be88b48c

Displaying 4 results from an estimated 4 matches for "be88b48c".

2018 May 01
0
Disabling Exception in LLVM
Siddharth, 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: https://www.llvm.org/docs/CodingStandards.html#do-not-use-rtti-or-exceptions <https://www.llvm.org/docs/CodingStandards.html#do-not-use-rtti-or-exceptions> As such LLVM's coding standards prohibit the
2018 May 01
2
Disabling Exception in LLVM
Hi all, Can anyone explain why exceptions are disabled in LLVM, even if some C++ coding standard tells to use exceptions ? Thanks, Siddharth -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180501/ed7903db/attachment-0001.html>
2018 May 01
2
Disabling Exception in LLVM
...___________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180501/be88b48c/attachment.html>
2018 May 01
0
llvm-dev Digest, Vol 167, Issue 3
...> > llvm-dev at lists.llvm.org > > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: <http://lists.llvm.org/pipermail/llvm-dev/ > attachments/20180501/be88b48c/attachment-0001.html> > > ------------------------------ > > Message: 4 > Date: Tue, 1 May 2018 17:41:00 +0000 > From: via llvm-dev <llvm-dev at lists.llvm.org> > To: <vlad at tsyrklevich.net> > Cc: llvm-dev at lists.llvm.org, pcc at google.com > Subject: R...