llvm-project/clang/lib/Parse
Mike Rice 2cedaee6f7 [OpenMP] Initial parsing/sema for the 'omp parallel loop' construct
Adds basic parsing/sema/serialization support for the
  #pragma omp parallel loop directive.

 Differential Revision: https://reviews.llvm.org/D122247
2022-03-22 13:55:47 -07:00
..
CMakeLists.txt [openmp] Base of tablegen generated OpenMP common declaration 2020-06-23 10:32:32 -04:00
ParseAST.cpp Properly diagnose constant evaluation issues at TU scope 2022-03-08 10:19:15 -05:00
ParseCXXInlineMethods.cpp [CodeCompletion] (mostly) fix completion in incomplete C++ ctor initializers. 2022-01-13 08:06:35 +01:00
ParseDecl.cpp [Clang] Support multiple attributes in a single pragma 2022-03-18 12:20:41 +00:00
ParseDeclCXX.cpp [clang][parser] Allow GNU attributes before namespace identifier 2022-03-15 22:30:22 +03:00
ParseExpr.cpp [c++2b] Implement P0849R8 auto(x) 2022-02-28 19:21:08 -06:00
ParseExprCXX.cpp [clang][parser] Stop dragging an EndLoc around when parsing attributes 2022-03-07 08:16:39 +01: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] Initial parsing/sema for the 'omp parallel loop' construct 2022-03-22 13:55:47 -07:00
ParsePragma.cpp [Clang] Support multiple attributes in a single pragma 2022-03-18 12:20:41 +00:00
ParseStmt.cpp [clang][parser] Stop dragging an EndLoc around when parsing attributes 2022-03-07 08:16:39 +01: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][parser] Stop dragging an EndLoc around when parsing attributes 2022-03-07 08:16:39 +01:00
Parser.cpp [NFC] [C++20] [Modules] Simplify ActOnModuleImport by merging Path and Parition 2022-03-02 23:06:36 +08:00