[all-commits] [llvm/llvm-project] 33b54f: [flang] Move internal Fortran::ISO namespace out o...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Nov 30 12:59:20 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 33b54f01fe32030ff60d661a7a951e33360f82ee
      https://github.com/llvm/llvm-project/commit/33b54f01fe32030ff60d661a7a951e33360f82ee
  Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M flang/include/flang/ISO_Fortran_binding.h
    M flang/include/flang/ISO_Fortran_binding_wrapper.h
    M flang/lib/Optimizer/CodeGen/DescriptorModel.h

  Log Message:
  -----------
  [flang] Move internal Fortran::ISO namespace out of user-facing ISO_F… (#72909)

…ortran_binding.h

... and into the ISO_Fortran_binding_wrapper.h header, through which the
compiler and runtime access its contents. This change ensures that user
code that #includes ISO_Fortran_binding.h within 'extern "C" {' doesn't
encounter mysterious namespace errors.




More information about the All-commits mailing list