[PATCH] D120657: [Flang] NFC: Changes to adhere to coding guidelines

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 28 04:34:00 PST 2022


kiranchandramohan created this revision.
kiranchandramohan added reviewers: schweitz, clementval.
Herald added a subscriber: mehdi_amini.
Herald added a project: Flang.
kiranchandramohan requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.

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 <https://reviews.llvm.org/D120403> by @schweitz.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120657

Files:
  flang/lib/Lower/IntrinsicCall.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120657.411787.patch
Type: text/x-patch
Size: 5645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220228/e17a3d0a/attachment.bin>


More information about the llvm-commits mailing list