[PATCH] D79263: [flang] New implementation for checks for constraints C741 through C750

Pete Steinfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 08:32:39 PDT 2020


PeteSteinfeld marked an inline comment as done.
PeteSteinfeld added inline comments.


================
Comment at: flang/include/flang/Evaluate/check-expression.h:55
+    const semantics::Scope &, const IntrinsicProcTable &,
+    const SpecificationExprContext);
 extern template void CheckSpecificationExpr(const Expr<SomeType> &x,
----------------
tskeith wrote:
> `const` is meaningless in `const SpecificationExprContext`.
Thanks, Tim.  I'll remove it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79263/new/

https://reviews.llvm.org/D79263





More information about the llvm-commits mailing list