We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7374375 commit b6620a6Copy full SHA for b6620a6
flang/lib/Semantics/check-omp-structure.h
@@ -141,8 +141,8 @@ class OmpStructureChecker
141
#include "llvm/Frontend/OpenMP/OMP.inc"
142
143
private:
144
- inline llvm::iterator_range<typename ClauseMapTy::iterator>
145
- GetClauses(llvm::omp::Clause clauseId);
+ inline llvm::iterator_range<typename ClauseMapTy::iterator> GetClauses(
+ llvm::omp::Clause clauseId);
146
147
bool CheckAllowedClause(llvmOmpClause clause);
148
bool IsVariableListItem(const Symbol &sym);
0 commit comments