llvm-project/clang/lib/Parse
Kevin P. Neal 2c0bc8b7a3 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

llvm-svn: 339693
2018-08-14 17:06:56 +00:00
..
CMakeLists.txt
ParseAST.cpp Revert test commit 2018-08-14 16:57:10 +00:00
ParseCXXInlineMethods.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ParseDecl.cpp Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
ParseDeclCXX.cpp Append new attributes to the end of an AttributeList. 2018-08-03 01:21:16 +00:00
ParseExpr.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
ParseExprCXX.cpp Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
ParseInit.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ParseObjc.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
ParseOpenMP.cpp [OPENMP] Make clauses closing loc point to right bracket. 2018-07-06 19:35:42 +00:00
ParsePragma.cpp We have in place support for parsing #pragma FENV_ACCESS, but that 2018-08-14 17:06:56 +00:00
ParseStmt.cpp We have in place support for parsing #pragma FENV_ACCESS, but that 2018-08-14 17:06:56 +00:00
ParseStmtAsm.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ParseTemplate.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ParseTentative.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
Parser.cpp We have in place support for parsing #pragma FENV_ACCESS, but that 2018-08-14 17:06:56 +00:00