[PATCH] D81101: [flang] Fix crash on erroneous expressions
    Pete Steinfeld via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jun  5 07:11:58 PDT 2020
    
    
  
PeteSteinfeld marked an inline comment as done.
PeteSteinfeld added inline comments.
================
Comment at: flang/lib/Semantics/check-do-forall.cpp:1048
 
+static int exprDepth{0};
+
----------------
tskeith wrote:
> This should be a member of `DoForallChecker`. It isn't meaningful outside of that class.
Thanks, Tim.  I've made that change.
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