[PATCH] D81101: [flang] Fix crash on erroneous expressions
Tim Keith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 4 15:30:29 PDT 2020
tskeith added inline comments.
================
Comment at: flang/lib/Semantics/check-do-forall.cpp:1048
+static int exprDepth{0};
+
----------------
This should be a member of `DoForallChecker`. It isn't meaningful outside of that class.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81101/new/
https://reviews.llvm.org/D81101
More information about the llvm-commits
mailing list