[all-commits] [llvm/llvm-project] 7f2db9: [PATCH] #pragma float_control should be permitted ...
Melanie Blower via All-commits
all-commits at lists.llvm.org
Tue May 12 06:10:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7f2db993500923a51c0b0aed650a3e0d4241205b
https://github.com/llvm/llvm-project/commit/7f2db993500923a51c0b0aed650a3e0d4241205b
Author: Melanie Blower <melanie.blower at intel.com>
Date: 2020-05-12 (Tue, 12 May 2020)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaAttr.cpp
M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
M clang/test/CodeGen/fp-floatcontrol-pragma.cpp
M clang/test/Parser/fp-floatcontrol-syntax.cpp
Log Message:
-----------
[PATCH] #pragma float_control should be permitted in namespace scope.
Summary: Erroneous error diagnostic observed in VS2017 <numeric> header
Also correction to propagate usesFPIntrin from template func to instantiation.
Reviewers: rjmccall, erichkeane (no feedback received)
Differential Revision: https://reviews.llvm.org/D79631
More information about the All-commits
mailing list