diff options
author | Yuhao Gu <49391101+yhgu2000@users.noreply.github.com> | 2023-12-14 16:31:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 16:31:26 +0800 |
commit | a2691e363232c011fdaace9fcc094f3cd210f78b (patch) | |
tree | 8c80bd8fe8b582a99a39038e74017162b858c18d /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | b3e111431ca984133961c9b945dd51b6de22d213 (diff) | |
download | llvm-a2691e363232c011fdaace9fcc094f3cd210f78b.zip llvm-a2691e363232c011fdaace9fcc094f3cd210f78b.tar.gz llvm-a2691e363232c011fdaace9fcc094f3cd210f78b.tar.bz2 |
[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:
https://github.com/llvm/llvm-project/commit/37027c30ec526afe3bb571df6f8701bf0d322f22
There do exist a type casting operator in `ilist` then:
https://github.com/llvm/llvm-project/blob/37027c30ec526afe3bb571df6f8701bf0d322f22/llvm/include/llvm/ADT/ilist.h#L192-L194
But it has been remove since 2016:
https://github.com/llvm/llvm-project/commit/f197b1f78f854d8513ef617b8cfc61860f7b4b84
So I think it makes sense to remove this part to avoid mislead new
contributors.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions