OSDN Git Service

[llvm] Separate out reverse iteration flag into its own header
authorMandeep Singh Grang <mgrang@codeaurora.org>
Thu, 6 Jul 2017 18:52:16 +0000 (18:52 +0000)
committerMandeep Singh Grang <mgrang@codeaurora.org>
Thu, 6 Jul 2017 18:52:16 +0000 (18:52 +0000)
commit812570f6d4a40e73aec77b295b5230280b465954
tree065e70db98f071a6f2766a9abc8c4e144c0f6185
parent6e90f035015cc1ea57b6afc62a0f818bb6415fad
[llvm] Separate out reverse iteration flag into its own header

Summary: This will ease out adding reverse iteration flags to other containers by simply including the header.

Reviewers: mehdi_amini, dexonsmith, davide, dblaikie

Reviewed By: dblaikie

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D35042

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307297 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SmallPtrSet.h
include/llvm/Support/ReverseIteration.h [new file with mode: 0644]