[flang-commits] [flang] [Flang][OpenMP] NFC: Trivial changes in OmpCycleChecker (PR #91024)

Leandro Lupori via flang-commits flang-commits at lists.llvm.org
Mon May 6 13:30:21 PDT 2024


================
@@ -125,7 +130,7 @@ class OmpCycleChecker {
   SemanticsContext &context_;
   const parser::CharBlock *cycleSource_;
   std::int64_t cycleLevel_;
-  std::map<std::string, std::int64_t> labelNamesandLevels_;
+  std::map<std::string, std::int64_t> constructNamesandLevels_;
----------------
luporl wrote:

@kiranchandramohan , my suggestion was to rename `labelNamesandLevels_` to `constructNamesAndLevels_` instead of `constructNamesandLevels_`, to make it easier to read.

https://github.com/llvm/llvm-project/pull/91024


More information about the flang-commits mailing list