[PATCH] D111044: [fir][NFC] Fix couple of clang-tidy warnings

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 4 02:35:37 PDT 2021


clementval created this revision.
clementval added reviewers: jeanPerier, svedanayagam, sscalpone, kiranchandramohan, jdoerfert, schweitz, pmccormick, mehdi_amini, rovka, AlexisPerry.
Herald added a project: Flang.
clementval requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Fix some clang-tidy wrning in flang/Optimizer/Support and
remove explicit number of inlined elements for SmallVector. This
is mostly to sync with the changes from fir-dev.

This patch is part of the upstreaming effort from fir-dev branch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111044

Files:
  flang/include/flang/Optimizer/Support/FIRContext.h
  flang/include/flang/Optimizer/Support/InternalNames.h
  flang/lib/Optimizer/Support/FIRContext.cpp
  flang/lib/Optimizer/Support/InternalNames.cpp
  flang/lib/Optimizer/Support/KindMapping.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111044.376831.patch
Type: text/x-patch
Size: 4012 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211004/77f5c02f/attachment.bin>


More information about the llvm-commits mailing list