llvm-project/clang/lib/Parse
Zahira Ammarguellat 1592d88aa7 Add support for floating-point option `ffp-eval-method` and for
`pragma clang fp eval_method`.

Differential Revision: https://reviews.llvm.org/D109239
2022-02-23 15:00:18 -08:00
..
CMakeLists.txt [openmp] Base of tablegen generated OpenMP common declaration 2020-06-23 10:32:32 -04:00
ParseAST.cpp [C++20][Modules][1/8] Track valid import state. 2022-02-21 09:09:37 +00:00
ParseCXXInlineMethods.cpp [CodeCompletion] (mostly) fix completion in incomplete C++ ctor initializers. 2022-01-13 08:06:35 +01:00
ParseDecl.cpp Allow parameter pack expansions and initializer lists in annotate attribute 2022-02-08 13:38:07 -05:00
ParseDeclCXX.cpp [AST] Add more source information for DecltypeTypeLoc. 2022-01-10 09:34:18 +01:00
ParseExpr.cpp Allow parameter pack expansions and initializer lists in annotate attribute 2022-02-08 13:38:07 -05:00
ParseExprCXX.cpp Fix a failed assertion on an invalid typename requirement 2022-01-18 11:59:08 -05:00
ParseInit.cpp [clang] Use true/false instead of 1/0 (NFC) 2022-01-09 00:19:47 -08:00
ParseObjc.cpp [C++20][Modules][1/8] Track valid import state. 2022-02-21 09:09:37 +00:00
ParseOpenMP.cpp [OpenMP]Fix parsing of OpenMP directive nested in a metadirective 2022-02-14 16:15:20 -08:00
ParsePragma.cpp Add support for floating-point option `ffp-eval-method` and for 2022-02-23 15:00:18 -08:00
ParseStmt.cpp Add support for floating-point option `ffp-eval-method` and for 2022-02-23 15:00:18 -08:00
ParseStmtAsm.cpp [clang] Fix bugprone argument comments (NFC) 2022-01-09 00:19:49 -08:00
ParseTemplate.cpp Fix Wdocumentation unknown parameter warning 2022-02-19 13:06:09 +00:00
ParseTentative.cpp [clang] Use true/false instead of 1/0 (NFC) 2022-01-09 00:19:47 -08:00
Parser.cpp [C++20][Modules][1/8] Track valid import state. 2022-02-21 09:09:37 +00:00