[all-commits] [llvm/llvm-project] d5194e: [libomp] Add kmp_vector (ADT 2/2) (#176163)

Robert Imschweiler via All-commits all-commits at lists.llvm.org
Wed Jun 17 23:11:57 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d5194e2514533067c5a7a7c2e7af33b112e3aad5
      https://github.com/llvm/llvm-project/commit/d5194e2514533067c5a7a7c2e7af33b112e3aad5
  Author: Robert Imschweiler <robert.imschweiler at amd.com>
  Date:   2026-06-18 (Thu, 18 Jun 2026)

  Changed paths:
    M openmp/runtime/src/kmp_adt.h
    M openmp/runtime/unittests/ADT/CMakeLists.txt
    A openmp/runtime/unittests/ADT/TestVector.cpp

  Log Message:
  -----------
  [libomp] Add kmp_vector (ADT 2/2) (#176163)

See rationale in the commit adding kmp_str_ref.

This commit introduces kmp_vector, a class intended primarily for small
vectors. It currently only includes methods I need at the moment, but
it's easily extensible.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list