[all-commits] [llvm/llvm-project] b05c8c: [flang] Make implicit conversion explicit in assig...

Tim Keith via All-commits all-commits at lists.llvm.org
Sat May 9 09:11:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b05c8c5756e473e9ec51ed65869f6ed42c552404
      https://github.com/llvm/llvm-project/commit/b05c8c5756e473e9ec51ed65869f6ed42c552404
  Author: Tim Keith <tkeith at nvidia.com>
  Date:   2020-05-09 (Sat, 09 May 2020)

  Changed paths:
    M flang/lib/Semantics/expression.cpp

  Log Message:
  -----------
  [flang] Make implicit conversion explicit in assignment

When intrinsic types are assigned there are some implicit conversions
that take place. This change make them explicit in the types
representation of assignments.

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




More information about the All-commits mailing list