[PATCH] D78008: [flang] Added Semantic Checks for 5 Data Constraints

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 10:14:56 PDT 2020


klausler added a comment.
Herald added a reviewer: DavidTruby.

Your code is still checking the *parse tree* for a data-ref rather than calculating a typed expression representation for the variable with `AnalyzeExpr` and applying constraint checks to its result.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78008





More information about the llvm-commits mailing list