[flang-commits] [PATCH] D82931: [flang][OpenMP] Enhance parser support for atomic construct to OpenMP 5.0
Steve Scalpone via Phabricator via flang-commits
flang-commits at lists.llvm.org
Mon Jul 6 21:21:10 PDT 2020
sscalpone added a comment.
> Any syntax error will lead to chain of errors. It will be tough to add a case for invalid syntax.
Please consider adding error recovery to prevent the cascade of errors. See the docs and the parser for examples.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82931/new/
https://reviews.llvm.org/D82931
More information about the flang-commits
mailing list