[flang-commits] [PATCH] D119849: [flang] Make source location more accurate for actual arguments

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Feb 15 08:26:30 PST 2022


klausler created this revision.
klausler added a reviewer: vdonaldson.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
klausler requested review of this revision.

Track source location information when available for actual arguments
to procedure references, and use this information when checking constraints
on calls so that error messages refer to specific actual arguments
rather than to the entire call.


https://reviews.llvm.org/D119849

Files:
  flang/include/flang/Evaluate/call.h
  flang/lib/Semantics/check-call.cpp
  flang/lib/Semantics/expression.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119849.408886.patch
Type: text/x-patch
Size: 5908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220215/40dfae24/attachment.bin>


More information about the flang-commits mailing list