[all-commits] [llvm/llvm-project] d211ad: [clang] Add error note when if clause is used on t...
Shraiysh via All-commits
all-commits at lists.llvm.org
Thu Sep 7 16:51:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d211ad311e4b6449c73e1617c0bdf927857e9279
https://github.com/llvm/llvm-project/commit/d211ad311e4b6449c73e1617c0bdf927857e9279
Author: Shraiysh <shraiysh at gmail.com>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
M clang/test/OpenMP/teams_default_messages.cpp
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[clang] Add error note when if clause is used on teams before 5.2. (#65686)
`if` clause is valid with openmp >= 5.2. It is not supported yet.
More information about the All-commits
mailing list