[PATCH] D49865: Inform the AST of #pragma FENV_ACCESS use

Kevin P. Neal via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 31 11:37:05 PDT 2018


kpn updated this revision to Diff 158351.
kpn added a comment.

This includes the change to pass the annotation token when FENV_ACCESS is turned off.


https://reviews.llvm.org/D49865

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49865.158351.patch
Type: text/x-patch
Size: 8145 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180731/e5f5b5c4/attachment.bin>


More information about the cfe-commits mailing list