[all-commits] [llvm/llvm-project] c8b14c: [libc++][NFC] Fix include guard for decay_copy.h a...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Aug 27 09:46:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8b14c03ec741f672f0ca1370ecdd9415d7eca7c
https://github.com/llvm/llvm-project/commit/c8b14c03ec741f672f0ca1370ecdd9415d7eca7c
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-08-27 (Fri, 27 Aug 2021)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__ranges/access.h
M libcxx/include/__ranges/all.h
M libcxx/include/__ranges/counted.h
M libcxx/include/__ranges/size.h
R libcxx/include/__utility/__decay_copy.h
A libcxx/include/__utility/decay_copy.h
M libcxx/include/future
M libcxx/include/module.modulemap
M libcxx/include/thread
R libcxx/test/libcxx/diagnostics/detail.headers/utility/__decay_copy.module.verify.cpp
A libcxx/test/libcxx/diagnostics/detail.headers/utility/decay_copy.module.verify.cpp
Log Message:
-----------
[libc++][NFC] Fix include guard for decay_copy.h and remove underscores from the header
We don't use double underscores for private header names when they are
in a subdirectory with double underscores already.
Differential Revision: https://reviews.llvm.org/D108820
More information about the All-commits
mailing list