[all-commits] [llvm/llvm-project] 0b48b0: [Flang] flang-omp-report replace std::vector's wit...

Mats Petersson via All-commits all-commits at lists.llvm.org
Thu Oct 14 03:05:50 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b48b015b5740ac9e91b21ad4e61188e80b211cf
      https://github.com/llvm/llvm-project/commit/0b48b015b5740ac9e91b21ad4e61188e80b211cf
  Author: Josh Mottley <josh.mottley at arm.com>
  Date:   2021-10-14 (Thu, 14 Oct 2021)

  Changed paths:
    M flang/examples/flang-omp-report-plugin/flang-omp-report-visitor.h

  Log Message:
  -----------
  [Flang] flang-omp-report replace std::vector's with llvm::SmallVector

This patch replaces all uses of std::vector with llvm::SmallVector in the flang-omp-report plugin.
This is a one of several patches focusing on switching containers from STL to LLVM's ADT library.

Reviewed By: Leporacanthicus

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




More information about the All-commits mailing list