[llvm-branch-commits] [flang] [flang][OpenMP] Remove OmpVerifyModifiers (PR #218508)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Aug 24 13:57:25 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
The build failed before running any tests. Click on a failure below to see the details.
<details>
<summary>[code=1] tools/flang/lib/Semantics/CMakeFiles/FortranSemantics.dir/check-omp-structure.cpp.obj</summary>
```
FAILED: [code=1] tools/flang/lib/Semantics/CMakeFiles/FortranSemantics.dir/check-omp-structure.cpp.obj
sccache C:\clang\clang-msvc\bin\clang-cl.exe /nologo -TP -DFLANG_INCLUDE_TESTS=1 -DUNICODE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_GLIBCXX_ASSERTIONS -D_HAS_EXCEPTIONS=0 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D_UNICODE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -IC:\_work\llvm-project\llvm-project\build\tools\flang\lib\Semantics -IC:\_work\llvm-project\llvm-project\flang\lib\Semantics -IC:\_work\llvm-project\llvm-project\flang\include -IC:\_work\llvm-project\llvm-project\build\tools\flang\include -IC:\_work\llvm-project\llvm-project\build\include -IC:\_work\llvm-project\llvm-project\llvm\include -imsvcC:\_work\llvm-project\llvm-project\flang\..\mlir\include -imsvcC:\_work\llvm-project\llvm-project\build\tools\mlir\include -imsvcC:\_work\llvm-project\llvm-project\build\tools\clang\include -imsvcC:\_work\llvm-project\llvm-project\llvm\..\clang\include -imsvc"C:\BuildTools\DIA SDK\include" /DWIN32 /D_WINDOWS /Zc:inline /Zc:__cplusplus /Oi /Brepro /bigobj /permissive- -Werror=unguarded-availability-new /W4 -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported /Gw -Wno-deprecated-copy -Wno-string-conversion -Wno-ctad-maybe-unsupported /O2 /Ob2 -std:c++17 -MD -UNDEBUG /EHs-c- /GR- /showIncludes /Fotools\flang\lib\Semantics\CMakeFiles\FortranSemantics.dir\check-omp-structure.cpp.obj /Fdtools\flang\lib\Semantics\CMakeFiles\FortranSemantics.dir\FortranSemantics.pdb -c -- C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.cpp
In file included from C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.cpp:9:
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(358,35): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
358 | bool VerifyModifierVersion(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(359,21): error: 'omp' is not a class, namespace, or enumeration
359 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(360,36): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
360 | bool VerifyModifierRequired(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(361,21): error: 'omp' is not a class, namespace, or enumeration
361 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(362,34): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
362 | bool VerifyModifierUnique(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(363,21): error: 'omp' is not a class, namespace, or enumeration
363 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(364,37): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
364 | bool VerifyModifierExclusive(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(365,21): error: 'omp' is not a class, namespace, or enumeration
365 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(366,36): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
366 | bool VerifyModifierUltimate(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(367,21): error: 'omp' is not a class, namespace, or enumeration
367 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(368,29): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
368 | bool VerifyModifiers(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(369,21): error: 'omp' is not a class, namespace, or enumeration
369 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.cpp(1125,27): error: out-of-line definition of 'VerifyModifierVersion' does not match any declaration in 'Fortran::semantics::OmpStructureChecker'
1125 | bool OmpStructureChecker::VerifyModifierVersion(
| ^~~~~~~~~~~~~~~~~~~~~
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(69,7): note: OmpStructureChecker defined here
69 | class OmpStructureChecker : public OmpStructureCheckerBase {
| ^~~~~~~~~~~~~~~~~~~
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.cpp(1171,27): error: out-of-line definition of 'VerifyModifierRequired' does not match any declaration in 'Fortran::semantics::OmpStructureChecker'
1171 | bool OmpStructureChecker::VerifyModifierRequired(
| ^~~~~~~~~~~~~~~~~~~~~~
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(69,7): note: OmpStructureChecker defined here
69 | class OmpStructureChecker : public OmpStructureCheckerBase {
| ^~~~~~~~~~~~~~~~~~~
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.cpp(1224,27): error: out-of-line definition of 'VerifyModifierUnique' does not match any declaration in 'Fortran::semantics::OmpStructureChecker'
1224 | bool OmpStructureChecker::VerifyModifierUnique(
| ^~~~~~~~~~~~~~~~~~~~
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(69,7): note: OmpStructureChecker defined here
69 | class OmpStructureChecker : public OmpStructureCheckerBase {
| ^~~~~~~~~~~~~~~~~~~
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.cpp(1269,27): error: out-of-line definition of 'VerifyModifierExclusive' does not match any declaration in 'Fortran::semantics::OmpStructureChecker'
1269 | bool OmpStructureChecker::VerifyModifierExclusive(
| ^~~~~~~~~~~~~~~~~~~~~~~
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(69,7): note: OmpStructureChecker defined here
69 | class OmpStructureChecker : public OmpStructureCheckerBase {
| ^~~~~~~~~~~~~~~~~~~
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.cpp(1347,27): error: out-of-line definition of 'VerifyModifierUltimate' does not match any declaration in 'Fortran::semantics::OmpStructureChecker'
1347 | bool OmpStructureChecker::VerifyModifierUltimate(
| ^~~~~~~~~~~~~~~~~~~~~~
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(69,7): note: OmpStructureChecker defined here
69 | class OmpStructureChecker : public OmpStructureCheckerBase {
| ^~~~~~~~~~~~~~~~~~~
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.cpp(1379,27): error: out-of-line definition of 'VerifyModifiers' does not match any declaration in 'Fortran::semantics::OmpStructureChecker'
1379 | bool OmpStructureChecker::VerifyModifiers(
| ^~~~~~~~~~~~~~~
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(69,7): note: OmpStructureChecker defined here
69 | class OmpStructureChecker : public OmpStructureCheckerBase {
| ^~~~~~~~~~~~~~~~~~~
In file included from C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.cpp:9:
In file included from C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h:17:
In file included from C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-directive-structure.h:15:
In file included from C:\_work\llvm-project\llvm-project\flang\include\flang/Semantics/semantics.h:13:
In file included from C:\_work\llvm-project\llvm-project\flang\include\flang/Semantics\program-tree.h:12:
In file included from C:\_work\llvm-project\llvm-project\flang\include\flang/Semantics\symbol.h:12:
In file included from C:\_work\llvm-project\llvm-project\flang\include\flang/Semantics\type.h:13:
In file included from C:\_work\llvm-project\llvm-project\flang\include\flang/Evaluate/expression.h:19:
In file included from C:\_work\llvm-project\llvm-project\flang\include\flang/Evaluate\common.h:19:
In file included from C:\_work\llvm-project\llvm-project\flang\include\flang/Parser/message.h:17:
In file included from C:\_work\llvm-project\llvm-project\flang\include\flang/Parser\provenance.h:15:
In file included from C:\_work\llvm-project\llvm-project\flang\include\flang/Parser\source.h:19:
In file included from C:\_work\llvm-project\llvm-project\llvm\include\llvm/Support/MemoryBuffer.h:17:
In file included from C:\_work\llvm-project\llvm-project\llvm\include\llvm/ADT/ArrayRef.h:13:
C:\_work\llvm-project\llvm-project\llvm\include\llvm/ADT/STLExtras.h(1740,22): error: no matching function for call to 'adl_begin'
1740 | return std::all_of(adl_begin(Range), adl_end(Range), P);
| ^~~~~~~~~
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.cpp(1390,16): note: in instantiation of function template specialization 'llvm::all_of<bool (&)[], (lambda at C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.cpp:1390:30)>' requested here
1390 | return llvm::all_of(valid, [](bool x) { return x; });
| ^
C:\_work\llvm-project\llvm-project\llvm\include\llvm/ADT/ADL.h(78,16): note: candidate template ignored: substitution failure [with RangeT = bool (&)[]]: no matching function for call to 'begin_impl'
78 | constexpr auto adl_begin(RangeT &&range)
| ^
79 | -> decltype(adl_detail::begin_impl(std::forward<RangeT>(range))) {
| ~~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
```
</details>
<details>
<summary>[code=1] tools/flang/lib/Semantics/CMakeFiles/FortranSemantics.dir/check-omp-variant.cpp.obj</summary>
```
FAILED: [code=1] tools/flang/lib/Semantics/CMakeFiles/FortranSemantics.dir/check-omp-variant.cpp.obj
sccache C:\clang\clang-msvc\bin\clang-cl.exe /nologo -TP -DFLANG_INCLUDE_TESTS=1 -DUNICODE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_GLIBCXX_ASSERTIONS -D_HAS_EXCEPTIONS=0 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D_UNICODE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -IC:\_work\llvm-project\llvm-project\build\tools\flang\lib\Semantics -IC:\_work\llvm-project\llvm-project\flang\lib\Semantics -IC:\_work\llvm-project\llvm-project\flang\include -IC:\_work\llvm-project\llvm-project\build\tools\flang\include -IC:\_work\llvm-project\llvm-project\build\include -IC:\_work\llvm-project\llvm-project\llvm\include -imsvcC:\_work\llvm-project\llvm-project\flang\..\mlir\include -imsvcC:\_work\llvm-project\llvm-project\build\tools\mlir\include -imsvcC:\_work\llvm-project\llvm-project\build\tools\clang\include -imsvcC:\_work\llvm-project\llvm-project\llvm\..\clang\include -imsvc"C:\BuildTools\DIA SDK\include" /DWIN32 /D_WINDOWS /Zc:inline /Zc:__cplusplus /Oi /Brepro /bigobj /permissive- -Werror=unguarded-availability-new /W4 -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported /Gw -Wno-deprecated-copy -Wno-string-conversion -Wno-ctad-maybe-unsupported /O2 /Ob2 -std:c++17 -MD -UNDEBUG /EHs-c- /GR- /showIncludes /Fotools\flang\lib\Semantics\CMakeFiles\FortranSemantics.dir\check-omp-variant.cpp.obj /Fdtools\flang\lib\Semantics\CMakeFiles\FortranSemantics.dir\FortranSemantics.pdb -c -- C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-variant.cpp
In file included from C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-variant.cpp:13:
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(358,35): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
358 | bool VerifyModifierVersion(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(359,21): error: 'omp' is not a class, namespace, or enumeration
359 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(360,36): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
360 | bool VerifyModifierRequired(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(361,21): error: 'omp' is not a class, namespace, or enumeration
361 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(362,34): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
362 | bool VerifyModifierUnique(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(363,21): error: 'omp' is not a class, namespace, or enumeration
363 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(364,37): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
364 | bool VerifyModifierExclusive(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(365,21): error: 'omp' is not a class, namespace, or enumeration
365 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(366,36): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
366 | bool VerifyModifierUltimate(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(367,21): error: 'omp' is not a class, namespace, or enumeration
367 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(368,29): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
368 | bool VerifyModifiers(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(369,21): error: 'omp' is not a class, namespace, or enumeration
369 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
12 errors generated.
```
</details>
<details>
<summary>[code=1] tools/flang/lib/Semantics/CMakeFiles/FortranSemantics.dir/check-omp-loop.cpp.obj</summary>
```
FAILED: [code=1] tools/flang/lib/Semantics/CMakeFiles/FortranSemantics.dir/check-omp-loop.cpp.obj
sccache C:\clang\clang-msvc\bin\clang-cl.exe /nologo -TP -DFLANG_INCLUDE_TESTS=1 -DUNICODE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_GLIBCXX_ASSERTIONS -D_HAS_EXCEPTIONS=0 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D_UNICODE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -IC:\_work\llvm-project\llvm-project\build\tools\flang\lib\Semantics -IC:\_work\llvm-project\llvm-project\flang\lib\Semantics -IC:\_work\llvm-project\llvm-project\flang\include -IC:\_work\llvm-project\llvm-project\build\tools\flang\include -IC:\_work\llvm-project\llvm-project\build\include -IC:\_work\llvm-project\llvm-project\llvm\include -imsvcC:\_work\llvm-project\llvm-project\flang\..\mlir\include -imsvcC:\_work\llvm-project\llvm-project\build\tools\mlir\include -imsvcC:\_work\llvm-project\llvm-project\build\tools\clang\include -imsvcC:\_work\llvm-project\llvm-project\llvm\..\clang\include -imsvc"C:\BuildTools\DIA SDK\include" /DWIN32 /D_WINDOWS /Zc:inline /Zc:__cplusplus /Oi /Brepro /bigobj /permissive- -Werror=unguarded-availability-new /W4 -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported /Gw -Wno-deprecated-copy -Wno-string-conversion -Wno-ctad-maybe-unsupported /O2 /Ob2 -std:c++17 -MD -UNDEBUG /EHs-c- /GR- /showIncludes /Fotools\flang\lib\Semantics\CMakeFiles\FortranSemantics.dir\check-omp-loop.cpp.obj /Fdtools\flang\lib\Semantics\CMakeFiles\FortranSemantics.dir\FortranSemantics.pdb -c -- C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-loop.cpp
In file included from C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-loop.cpp:13:
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(358,35): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
358 | bool VerifyModifierVersion(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(359,21): error: 'omp' is not a class, namespace, or enumeration
359 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(360,36): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
360 | bool VerifyModifierRequired(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(361,21): error: 'omp' is not a class, namespace, or enumeration
361 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(362,34): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
362 | bool VerifyModifierUnique(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(363,21): error: 'omp' is not a class, namespace, or enumeration
363 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(364,37): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
364 | bool VerifyModifierExclusive(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(365,21): error: 'omp' is not a class, namespace, or enumeration
365 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(366,36): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
366 | bool VerifyModifierUltimate(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(367,21): error: 'omp' is not a class, namespace, or enumeration
367 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(368,29): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
368 | bool VerifyModifiers(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(369,21): error: 'omp' is not a class, namespace, or enumeration
369 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
12 errors generated.
```
</details>
<details>
<summary>[code=1] tools/flang/lib/Semantics/CMakeFiles/FortranSemantics.dir/resolve-directives.cpp.obj</summary>
```
FAILED: [code=1] tools/flang/lib/Semantics/CMakeFiles/FortranSemantics.dir/resolve-directives.cpp.obj
sccache C:\clang\clang-msvc\bin\clang-cl.exe /nologo -TP -DFLANG_INCLUDE_TESTS=1 -DUNICODE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_GLIBCXX_ASSERTIONS -D_HAS_EXCEPTIONS=0 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D_UNICODE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -IC:\_work\llvm-project\llvm-project\build\tools\flang\lib\Semantics -IC:\_work\llvm-project\llvm-project\flang\lib\Semantics -IC:\_work\llvm-project\llvm-project\flang\include -IC:\_work\llvm-project\llvm-project\build\tools\flang\include -IC:\_work\llvm-project\llvm-project\build\include -IC:\_work\llvm-project\llvm-project\llvm\include -imsvcC:\_work\llvm-project\llvm-project\flang\..\mlir\include -imsvcC:\_work\llvm-project\llvm-project\build\tools\mlir\include -imsvcC:\_work\llvm-project\llvm-project\build\tools\clang\include -imsvcC:\_work\llvm-project\llvm-project\llvm\..\clang\include -imsvc"C:\BuildTools\DIA SDK\include" /DWIN32 /D_WINDOWS /Zc:inline /Zc:__cplusplus /Oi /Brepro /bigobj /permissive- -Werror=unguarded-availability-new /W4 -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported /Gw -Wno-deprecated-copy -Wno-string-conversion -Wno-ctad-maybe-unsupported /O2 /Ob2 -std:c++17 -MD -UNDEBUG /EHs-c- /GR- /showIncludes /Fotools\flang\lib\Semantics\CMakeFiles\FortranSemantics.dir\resolve-directives.cpp.obj /Fdtools\flang\lib\Semantics\CMakeFiles\FortranSemantics.dir\FortranSemantics.pdb -c -- C:\_work\llvm-project\llvm-project\flang\lib\Semantics\resolve-directives.cpp
In file included from C:\_work\llvm-project\llvm-project\flang\lib\Semantics\resolve-directives.cpp:12:
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(358,35): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
358 | bool VerifyModifierVersion(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(359,21): error: 'omp' is not a class, namespace, or enumeration
359 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(360,36): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
360 | bool VerifyModifierRequired(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(361,21): error: 'omp' is not a class, namespace, or enumeration
361 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(362,34): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
362 | bool VerifyModifierUnique(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(363,21): error: 'omp' is not a class, namespace, or enumeration
363 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(364,37): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
364 | bool VerifyModifierExclusive(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(365,21): error: 'omp' is not a class, namespace, or enumeration
365 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(366,36): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
366 | bool VerifyModifierUltimate(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(367,21): error: 'omp' is not a class, namespace, or enumeration
367 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(368,29): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
368 | bool VerifyModifiers(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(369,21): error: 'omp' is not a class, namespace, or enumeration
369 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
12 errors generated.
```
</details>
<details>
<summary>[code=1] tools/flang/lib/Semantics/CMakeFiles/FortranSemantics.dir/semantics.cpp.obj</summary>
```
FAILED: [code=1] tools/flang/lib/Semantics/CMakeFiles/FortranSemantics.dir/semantics.cpp.obj
sccache C:\clang\clang-msvc\bin\clang-cl.exe /nologo -TP -DFLANG_INCLUDE_TESTS=1 -DUNICODE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_GLIBCXX_ASSERTIONS -D_HAS_EXCEPTIONS=0 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D_UNICODE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -IC:\_work\llvm-project\llvm-project\build\tools\flang\lib\Semantics -IC:\_work\llvm-project\llvm-project\flang\lib\Semantics -IC:\_work\llvm-project\llvm-project\flang\include -IC:\_work\llvm-project\llvm-project\build\tools\flang\include -IC:\_work\llvm-project\llvm-project\build\include -IC:\_work\llvm-project\llvm-project\llvm\include -imsvcC:\_work\llvm-project\llvm-project\flang\..\mlir\include -imsvcC:\_work\llvm-project\llvm-project\build\tools\mlir\include -imsvcC:\_work\llvm-project\llvm-project\build\tools\clang\include -imsvcC:\_work\llvm-project\llvm-project\llvm\..\clang\include -imsvc"C:\BuildTools\DIA SDK\include" /DWIN32 /D_WINDOWS /Zc:inline /Zc:__cplusplus /Oi /Brepro /bigobj /permissive- -Werror=unguarded-availability-new /W4 -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported /Gw -Wno-deprecated-copy -Wno-string-conversion -Wno-ctad-maybe-unsupported /O2 /Ob2 -std:c++17 -MD -UNDEBUG /EHs-c- /GR- /showIncludes /Fotools\flang\lib\Semantics\CMakeFiles\FortranSemantics.dir\semantics.cpp.obj /Fdtools\flang\lib\Semantics\CMakeFiles\FortranSemantics.dir\FortranSemantics.pdb -c -- C:\_work\llvm-project\llvm-project\flang\lib\Semantics\semantics.cpp
In file included from C:\_work\llvm-project\llvm-project\flang\lib\Semantics\semantics.cpp:29:
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(358,35): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
358 | bool VerifyModifierVersion(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(359,21): error: 'omp' is not a class, namespace, or enumeration
359 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(360,36): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
360 | bool VerifyModifierRequired(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(361,21): error: 'omp' is not a class, namespace, or enumeration
361 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(362,34): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
362 | bool VerifyModifierUnique(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(363,21): error: 'omp' is not a class, namespace, or enumeration
363 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(364,37): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
364 | bool VerifyModifierExclusive(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(365,21): error: 'omp' is not a class, namespace, or enumeration
365 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(366,36): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
366 | bool VerifyModifierUltimate(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(367,21): error: 'omp' is not a class, namespace, or enumeration
367 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(368,29): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
368 | bool VerifyModifiers(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(369,21): error: 'omp' is not a class, namespace, or enumeration
369 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
12 errors generated.
```
</details>
<details>
<summary>[code=1] tools/flang/lib/Semantics/CMakeFiles/FortranSemantics.dir/check-omp-atomic.cpp.obj</summary>
```
FAILED: [code=1] tools/flang/lib/Semantics/CMakeFiles/FortranSemantics.dir/check-omp-atomic.cpp.obj
sccache C:\clang\clang-msvc\bin\clang-cl.exe /nologo -TP -DFLANG_INCLUDE_TESTS=1 -DUNICODE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_GLIBCXX_ASSERTIONS -D_HAS_EXCEPTIONS=0 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D_UNICODE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -IC:\_work\llvm-project\llvm-project\build\tools\flang\lib\Semantics -IC:\_work\llvm-project\llvm-project\flang\lib\Semantics -IC:\_work\llvm-project\llvm-project\flang\include -IC:\_work\llvm-project\llvm-project\build\tools\flang\include -IC:\_work\llvm-project\llvm-project\build\include -IC:\_work\llvm-project\llvm-project\llvm\include -imsvcC:\_work\llvm-project\llvm-project\flang\..\mlir\include -imsvcC:\_work\llvm-project\llvm-project\build\tools\mlir\include -imsvcC:\_work\llvm-project\llvm-project\build\tools\clang\include -imsvcC:\_work\llvm-project\llvm-project\llvm\..\clang\include -imsvc"C:\BuildTools\DIA SDK\include" /DWIN32 /D_WINDOWS /Zc:inline /Zc:__cplusplus /Oi /Brepro /bigobj /permissive- -Werror=unguarded-availability-new /W4 -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported /Gw -Wno-deprecated-copy -Wno-string-conversion -Wno-ctad-maybe-unsupported /O2 /Ob2 -std:c++17 -MD -UNDEBUG /EHs-c- /GR- /showIncludes /Fotools\flang\lib\Semantics\CMakeFiles\FortranSemantics.dir\check-omp-atomic.cpp.obj /Fdtools\flang\lib\Semantics\CMakeFiles\FortranSemantics.dir\FortranSemantics.pdb -c -- C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-atomic.cpp
In file included from C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-atomic.cpp:13:
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(358,35): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
358 | bool VerifyModifierVersion(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(359,21): error: 'omp' is not a class, namespace, or enumeration
359 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(360,36): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
360 | bool VerifyModifierRequired(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(361,21): error: 'omp' is not a class, namespace, or enumeration
361 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(362,34): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
362 | bool VerifyModifierUnique(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(363,21): error: 'omp' is not a class, namespace, or enumeration
363 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(364,37): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
364 | bool VerifyModifierExclusive(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(365,21): error: 'omp' is not a class, namespace, or enumeration
365 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(366,36): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
366 | bool VerifyModifierUltimate(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(367,21): error: 'omp' is not a class, namespace, or enumeration
367 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(368,29): error: no template named 'WithSource' in namespace 'Fortran::semantics::omp'
368 | bool VerifyModifiers(omp::WithSource<llvm::omp::Clause> clause,
| ~~~~~^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(369,21): error: 'omp' is not a class, namespace, or enumeration
369 | const parser::omp::AppliedModifierInfo &info);
| ^
C:\_work\llvm-project\llvm-project\flang\lib\Semantics\check-omp-structure.h(51,11): note: 'omp' declared here
51 | namespace omp {
| ^
12 errors generated.
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/218508
More information about the llvm-branch-commits
mailing list