[all-commits] [llvm/llvm-project] 9c52a1: [libc++][NFC] Add namespace comments in ranges
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Feb 1 09:20:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c52a19e32ae6cbc2507a3fe50c915d72a1c4394
https://github.com/llvm/llvm-project/commit/9c52a19e32ae6cbc2507a3fe50c915d72a1c4394
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M libcxx/include/__functional/function.h
M libcxx/include/__ranges/access.h
M libcxx/include/__ranges/all.h
M libcxx/include/__ranges/common_view.h
M libcxx/include/__ranges/data.h
M libcxx/include/__ranges/empty.h
M libcxx/include/__ranges/iota_view.h
M libcxx/include/__ranges/reverse_view.h
M libcxx/include/__ranges/size.h
M libcxx/include/__ranges/transform_view.h
M libcxx/include/__ranges/view_interface.h
M libcxx/include/cstddef
M libcxx/include/variant
Log Message:
-----------
[libc++][NFC] Add namespace comments in ranges
With this patch there should be no more namespaces without closing comment
Reviewed By: ldionne, Quuxplusone, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D118668
More information about the All-commits
mailing list