Files
clang-p2996/llvm/docs/ProgrammersManual.rst
Yuhao Gu a2691e3632 [docs] remove some out-of-date content in LLVM Programmer's Manual (#74989)
Remove the part about implicit conversion from an iterator to a pointer.

This part of the manual was written 14 years ago, in:
37027c30ec

There do exist a type casting operator in `ilist` then:
37027c30ec/llvm/include/llvm/ADT/ilist.h (L192-L194)

But it has been remove since 2016:
f197b1f78f

So I think it makes sense to remove this part to avoid mislead new
contributors.
2023-12-14 16:31:26 +08:00

162 KiB