[PATCH] D122173: [libc++][ranges] Implement ranges::transform

Benjamin Kramer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 5 03:37:38 PDT 2022


bkramer 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
+//
+//===----------------------------------------------------------------------===//
----------------
This file doesn't belong in clang/lib. Deleted it in 302fe7b3c40f7b949f3bebb74997bef9bf74d59f.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122173



More information about the cfe-commits mailing list