[all-commits] [llvm/llvm-project] 8acae1: [Flang][OpenMP] Add source range for a few directives

kiranchandramohan via All-commits all-commits at lists.llvm.org
Wed Jul 5 06:28:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8acae1a88bb5210d0eb6180b50a0c21c3e90b524
      https://github.com/llvm/llvm-project/commit/8acae1a88bb5210d0eb6180b50a0c21c3e90b524
  Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
  Date:   2023-07-05 (Wed, 05 Jul 2023)

  Changed paths:
    M flang/lib/Semantics/resolve-names.cpp
    A flang/test/Semantics/OpenMP/barrier.f90
    A flang/test/Semantics/OpenMP/requires.f90
    A flang/test/Semantics/OpenMP/taskwait.f90

  Log Message:
  -----------
  [Flang][OpenMP] Add source range for a few directives

The sourcerange was missing for a few directives when
they were the first directive to appear in a program
without a program statement.

Reviewed By: DavidTruby

Differential Revision: https://reviews.llvm.org/D153634




More information about the All-commits mailing list