]> granicus.if.org Git - clang/commit
We have in place support for parsing #pragma FENV_ACCESS, but that
authorKevin P. Neal <kevin.neal@sas.com>
Tue, 14 Aug 2018 17:06:56 +0000 (17:06 +0000)
committerKevin P. Neal <kevin.neal@sas.com>
Tue, 14 Aug 2018 17:06:56 +0000 (17:06 +0000)
commit26dbd400930e046ea1730e14fd70a9e3c16cb14a
treee673171dee3bf6f0f06fe09e57dfd500d2792f43
parent7964dc77eed2dd83115b7672dbd57ea7d468cd33
We have in place support for parsing #pragma FENV_ACCESS, but that
information is then discarded with a warning to the user that we don't
support it.

This patch gets us one step closer by getting the info down into the
AST in most cases.

Reviewed by: rsmith
Differential Revision: https://reviews.llvm.org/D49865

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339693 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
include/clang/Basic/LangOptions.h
include/clang/Basic/TokenKinds.def
include/clang/Parse/Parser.h
include/clang/Sema/Sema.h
lib/Parse/ParsePragma.cpp
lib/Parse/ParseStmt.cpp
lib/Parse/Parser.cpp
lib/Sema/SemaAttr.cpp