1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/include/llvm/TextAPI
Hamza Sood 34a3716b46 Replace uses of std::iterator with explicit using
This patch removes all uses of `std::iterator`, which was deprecated in C++17.
While this isn't currently an issue while compiling LLVM, it's useful for those using LLVM as a library.

For some reason there're a few places that were seemingly able to use `std` functions unqualified, which no longer works after this patch. I've updated those places, but I'm not really sure why it worked in the first place.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D67586
2021-04-12 10:47:14 -07:00
..
Architecture.def [TextAPI] move source code files out of subdirectory, NFC 2021-04-05 10:24:42 -07:00
Architecture.h [TextAPI] move source code files out of subdirectory, NFC 2021-04-05 10:24:42 -07:00
ArchitectureSet.h Replace uses of std::iterator with explicit using 2021-04-12 10:47:14 -07:00
InterfaceFile.h [TextAPI] move source code files out of subdirectory, NFC 2021-04-05 10:24:42 -07:00
PackedVersion.h [TextAPI] move source code files out of subdirectory, NFC 2021-04-05 10:24:42 -07:00
Platform.h [TextAPI] move source code files out of subdirectory, NFC 2021-04-05 10:24:42 -07:00
Symbol.h [TextAPI] move source code files out of subdirectory, NFC 2021-04-05 10:24:42 -07:00
Target.h [TextAPI] move source code files out of subdirectory, NFC 2021-04-05 10:24:42 -07:00
TextAPIReader.h [TextAPI] move source code files out of subdirectory, NFC 2021-04-05 10:24:42 -07:00
TextAPIWriter.h [TextAPI] move source code files out of subdirectory, NFC 2021-04-05 10:24:42 -07:00