[all-commits] [llvm/llvm-project] fa0443: [flang] Make source location more accurate for act...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Feb 15 11:24:39 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa0443f2e7b8a671eab8567b495486aa29afc022
https://github.com/llvm/llvm-project/commit/fa0443f2e7b8a671eab8567b495486aa29afc022
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M flang/include/flang/Evaluate/call.h
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/expression.cpp
Log Message:
-----------
[flang] Make source location more accurate for actual arguments
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.
Differential Revision: https://reviews.llvm.org/D119849
More information about the All-commits
mailing list