[clang] [llvm] [OpenMP] OpenMP 5.1 "assume" directive parsing support (PR #92731)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 10:30:28 PDT 2024
================
@@ -3532,6 +3532,10 @@ class Parser : public CodeCompletionHandler {
OpenMPDirectiveKind DKind, SourceLocation Loc,
bool ReadDirectiveWithinMetadirective);
+ StmtResult ParseOpenMPInformationalDirective(
----------------
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