diff options
author | Lang Hames <lhames@gmail.com> | 2019-11-13 09:13:03 -0800 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2019-11-14 08:10:59 -0800 |
commit | 058bc4c8d48a1f3644845f4795832391bc5eb9de (patch) | |
tree | f8fa2ef01abfa5bee5feeea168a74ad6c7c65494 /llvm/lib/Support/VirtualFileSystem.cpp | |
parent | 23022b93293676890b2c707616aaa8327f0e3708 (diff) | |
download | llvm-058bc4c8d48a1f3644845f4795832391bc5eb9de.zip llvm-058bc4c8d48a1f3644845f4795832391bc5eb9de.tar.gz llvm-058bc4c8d48a1f3644845f4795832391bc5eb9de.tar.bz2 |
[ADT] Move drop_begin from iterator_range.h into STLExtras.
Summary:
drop_begin depends on adl_begin/adl_end, which are defined in STLExtras.h,
but we can't just #include STLExtras.h in iterator_range.h as that would
introduce a circular reference (STLExtras.h already depends on
iterator_range.h). The simplest solution is to move drop_begin into
STLExtras.h, which is a reasonable home for it anyway.
Reviewers: dblaikie
Subscribers: dexonsmith, ributzka, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D70189
Diffstat (limited to 'llvm/lib/Support/VirtualFileSystem.cpp')
0 files changed, 0 insertions, 0 deletions