[Openmp-commits] [PATCH] D98448: [OpenMP] Add runtime interface for OpenMP 5.1 error directive

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Mar 15 08:37:52 PDT 2021


jdoerfert added a comment.

In D98448#2626224 <https://reviews.llvm.org/D98448#2626224>, @hbae wrote:

> It is unclear what we should do with ident_t at the moment.
> Is it going to be useful if we include the location info in the warning/error message?

I would argue immensely, it would also match our compile time error reporting which has locations.
There seems to be little cost in accepting an ident_t anyway.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98448



More information about the Openmp-commits mailing list