[all-commits] [llvm/llvm-project] 1e96c4: [fir][NFC] Fix couple of clang-tidy warnings

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Mon Oct 4 11:55:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e96c4b50831bea4698e2a4c7571ef12e02a8539
      https://github.com/llvm/llvm-project/commit/1e96c4b50831bea4698e2a4c7571ef12e02a8539
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2021-10-04 (Mon, 04 Oct 2021)

  Changed paths:
    M flang/include/flang/Optimizer/Support/FIRContext.h
    M flang/include/flang/Optimizer/Support/InternalNames.h
    M flang/lib/Optimizer/Support/FIRContext.cpp
    M flang/lib/Optimizer/Support/InternalNames.cpp
    M flang/lib/Optimizer/Support/KindMapping.cpp

  Log Message:
  -----------
  [fir][NFC] Fix couple of clang-tidy warnings

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.

Reviewed By: schweitz

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




More information about the All-commits mailing list