[all-commits] [llvm/llvm-project] 668f26: [flang] Make ISO_Fortran_binding.h a standalone he...

Slava Zakharin via All-commits all-commits at lists.llvm.org
Tue Aug 22 18:56:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 668f261bfa53d6f9cd9131ca6b1079ec940ab81b
      https://github.com/llvm/llvm-project/commit/668f261bfa53d6f9cd9131ca6b1079ec940ab81b
  Author: Slava Zakharin <szakharin at nvidia.com>
  Date:   2023-08-22 (Tue, 22 Aug 2023)

  Changed paths:
    M flang/include/flang/ISO_Fortran_binding.h
    A flang/include/flang/ISO_Fortran_binding_wrapper.h
    M flang/include/flang/Optimizer/Support/TypeCode.h
    M flang/include/flang/Runtime/descriptor.h
    M flang/include/flang/Runtime/type-code.h
    M flang/lib/Optimizer/CodeGen/CodeGen.cpp
    M flang/lib/Optimizer/CodeGen/DescriptorModel.h
    M flang/lib/Optimizer/Dialect/FIRType.cpp
    M flang/lib/Optimizer/Transforms/LoopVersioning.cpp
    M flang/runtime/ISO_Fortran_binding.cpp
    M flang/runtime/ISO_Fortran_util.h
    M flang/runtime/allocatable.cpp
    M flang/runtime/stat.h
    M flang/runtime/temporary-stack.cpp
    M flang/unittests/Evaluate/ISO-Fortran-binding.cpp
    M flang/unittests/Runtime/TemporaryStack.cpp

  Log Message:
  -----------
  [flang] Make ISO_Fortran_binding.h a standalone header again.

This implements the proposal from
https://discourse.llvm.org/t/adding-flang-specific-header-files-to-clang/72442/6
Since ISO_Fortran_binding.h is supposed to be included from users'
C/C++ codes, it would better have no dependencies on other header
files.

Reviewed By: PeteSteinfeld

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




More information about the All-commits mailing list