[all-commits] [llvm/llvm-project] afb9d8: [flang] Use value instead of getValue (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Tue Jul 19 21:49:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: afb9d89ffcf2b556c0ccfd63ff484ab178160136
      https://github.com/llvm/llvm-project/commit/afb9d89ffcf2b556c0ccfd63ff484ab178160136
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-19 (Tue, 19 Jul 2022)

  Changed paths:
    M flang/lib/Lower/ConvertExpr.cpp

  Log Message:
  -----------
  [flang] Use value instead of getValue (NFC)

Flang C++ Style Guide tells us to use x.value() when no presence test
is obviously protecting the reference.




More information about the All-commits mailing list