[all-commits] [llvm/llvm-project] 4d5bcf: [Flang] NFC: Changes to adhere to coding guidelines

kiranchandramohan via All-commits all-commits at lists.llvm.org
Mon Feb 28 15:51:04 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d5bcff3be68fdded42ede34e1927359296b89d4
      https://github.com/llvm/llvm-project/commit/4d5bcff3be68fdded42ede34e1927359296b89d4
  Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
  Date:   2022-02-28 (Mon, 28 Feb 2022)

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

  Log Message:
  -----------
  [Flang] NFC: Changes to adhere to coding guidelines

This patch includes some changes which brings the code in line with
llvm coding guidelines.
-> Remove curlies for one line if statements.
-> Remove else after return.
-> Removes a few usage of auto.
-> Add Doxygen comments

Addresses post review comments in D120403 by @schweitz.

Reviewed By: schweitz

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




More information about the All-commits mailing list