[PATCH] D52142: [DebugInfo] Fix build when std::vector::iterator is a pointer
Orivej Desh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 22 18:07:46 PST 2018
orivej added a comment.
> Do you have an example of a c++ std library where this happens?
I have noticed that EASTL also has a pointer iterator: https://github.com/electronicarts/EASTL/blob/3.12.04/include/EASTL/vector.h#L20
Repository:
rL LLVM
https://reviews.llvm.org/D52142
More information about the llvm-commits
mailing list