[libcxx-commits] [PATCH] D122173: [libc++][ranges] Implement ranges::transform

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 5 03:51:46 PDT 2022


philnik marked an inline comment as done.
philnik added inline comments.


================
Comment at: clang/lib/ExtractAPI/Serialization/ranges_transform.module.verify.cpp:1-15
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
----------------
bkramer wrote:
> This file doesn't belong in clang/lib. Deleted it in 302fe7b3c40f7b949f3bebb74997bef9bf74d59f.
Sorry, this must be a weird merge conflict. Thanks for removing it!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122173/new/

https://reviews.llvm.org/D122173



More information about the libcxx-commits mailing list