[clang] [llvm] [OpenMP] OpenMP 5.1 "assume" directive parsing support (PR #92731)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 15:02:24 PDT 2024
================
@@ -377,6 +377,8 @@ bool checkFailClauseParameter(OpenMPClauseKind FailClauseParameter);
/// otherwise - false.
bool isOpenMPExecutableDirective(OpenMPDirectiveKind DKind);
+bool isOpenMPInformationalDirective(OpenMPDirectiveKind DKind);
----------------
alexey-bataev wrote:
Add a comment for the function
https://github.com/llvm/llvm-project/pull/92731
More information about the llvm-commits
mailing list