[all-commits] [llvm/llvm-project] 6a1be1: [Flang][OpenMP][Parser] Add clause list source loc...
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Tue Aug 15 03:14:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a1be11b6c08437034207b0ec289040d070e54ae
https://github.com/llvm/llvm-project/commit/6a1be11b6c08437034207b0ec289040d070e54ae
Author: Sergio Afonso <safonsof at amd.com>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M flang/lib/Parser/openmp-parsers.cpp
M flang/test/Semantics/OpenMP/requires.f90
Log Message:
-----------
[Flang][OpenMP][Parser] Add clause list source location to REQUIRES directive
This patch fixes a problem in the representation of the clause list for the
REQUIRES directive. Location information was not present, making error messages
not very descriptive.
This is patch 1/5 of a series splitting D149337 to simplify review.
Differential Revision: https://reviews.llvm.org/D157710
More information about the All-commits
mailing list