[flang-commits] [PATCH] D90834: [Flang][OpenMP][NFC][2/2] Reorder OmpStructureChecker and simplify it.
Valentin Clement via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Nov 18 11:38:22 PST 2020
clementval added a comment.
Small style comment
================
Comment at: flang/lib/Semantics/check-omp-structure.cpp:488
+ const std::list<parser::OmpMapType::Type> &allowedMapTypeList) {
+ std::string CommaSeperatedMapTypes;
+ llvm::interleave(
----------------
Should this be lowercase `commaSeperatedMapTypes`? Seems like there are mixed styles here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90834/new/
https://reviews.llvm.org/D90834
More information about the flang-commits
mailing list