[PATCH] D82931: [flang][OpenMP] Enhance parser support for atomic construct to OpenMP 5.0

Kiran Kumar T P via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 05:10:21 PDT 2020


kiranktp added a comment.

In D82931#2134924 <https://reviews.llvm.org/D82931#2134924>, @sscalpone wrote:

> > 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.


Yes Steve. Checking this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82931





More information about the llvm-commits mailing list