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

Tim Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 07:27:21 PDT 2020


tskeith accepted this revision.
tskeith added inline comments.
This revision is now accepted and ready to land.


================
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,
----------------
`const` is meaningless in `const SpecificationExprContext`.


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