[all-commits] [llvm/llvm-project] 1ee6f7: [flang] Rearrange prototype & code placement of Is...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Nov 30 15:26:50 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ee6f7add1ca824de4337991304ff737b953a968
      https://github.com/llvm/llvm-project/commit/1ee6f7add1ca824de4337991304ff737b953a968
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2021-11-30 (Tue, 30 Nov 2021)

  Changed paths:
    M flang/include/flang/Evaluate/tools.h
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Semantics/check-allocate.cpp
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/check-do-forall.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/tools.cpp

  Log Message:
  -----------
  [flang] Rearrange prototype & code placement of IsCoarray()

A quick fix last week to the shared library build caused
the predicate IsCoarray(const Symbol &) to be moved from
Semantics to Evaluate.  This patch completes that move in
a way that properly combines the existing IsCoarray() tests
for expressions and other object with the test for a symbol.

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




More information about the All-commits mailing list