[all-commits] [llvm/llvm-project] 06cfb7: [libc] add a vector internal class

michaelrj-google via All-commits all-commits at lists.llvm.org
Thu Feb 10 11:04:30 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 06cfb7a3456b6e657047c31b4b4c57006d5fc9d1
      https://github.com/llvm/llvm-project/commit/06cfb7a3456b6e657047c31b4b4c57006d5fc9d1
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M libc/src/__support/CPP/CMakeLists.txt
    A libc/src/__support/CPP/vector.h
    M libc/test/utils/CPP/CMakeLists.txt
    A libc/test/utils/CPP/vector_test.cpp

  Log Message:
  -----------
  [libc] add a vector internal class

Add a basic implementation of the vector class for use internally to
LLVM-libc.

Reviewed By: sivachandra

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




More information about the All-commits mailing list