[PATCH] D89849: Add option 'exceptions' to pragma clang fp

Serge Pavlov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 20 23:35:12 PDT 2020


sepavloff created this revision.
sepavloff added reviewers: rsmith, rjmccall, mibintc, kpn.
Herald added a subscriber: dexonsmith.
Herald added a project: clang.
sepavloff requested review of this revision.

Pragma 'clang fp' is extended to support a new option, 'exceptions'. It
allows to specify floating point exception behavior more flexibly.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89849

Files:
  clang/docs/LanguageExtensions.rst
  clang/include/clang/Basic/DiagnosticParseKinds.td
  clang/lib/Parse/ParsePragma.cpp
  clang/test/CodeGen/pragma-fp-exc.cpp
  clang/test/Parser/pragma-fp.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89849.299567.patch
Type: text/x-patch
Size: 11346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201021/0228ef88/attachment-0001.bin>


More information about the cfe-commits mailing list