[all-commits] [llvm/llvm-project] 6021cb: Add option 'exceptions' to pragma clang fp
Serge Pavlov via All-commits
all-commits at lists.llvm.org
Sat Oct 31 03:37:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6021cbea4d346d8ff059f8dd74ba7d520646be03
https://github.com/llvm/llvm-project/commit/6021cbea4d346d8ff059f8dd74ba7d520646be03
Author: Serge Pavlov <sepavloff at gmail.com>
Date: 2020-10-31 (Sat, 31 Oct 2020)
Changed paths:
M clang/docs/LanguageExtensions.rst
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Sema/Sema.h
M clang/lib/Parse/ParsePragma.cpp
M clang/lib/Sema/SemaAttr.cpp
A clang/test/CodeGen/pragma-fp-exc.cpp
M clang/test/Parser/pragma-fp.cpp
Log Message:
-----------
Add option 'exceptions' to pragma clang fp
Pragma 'clang fp' is extended to support a new option, 'exceptions'. It
allows to specify floating point exception behavior more flexibly.
Differential Revision: https://reviews.llvm.org/D89849
More information about the All-commits
mailing list