[PATCH] D126309: [docs][OpaquePtr] Add detail to motivations behind opaque pointers
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 17 02:40:41 PDT 2022
foad added inline comments.
================
Comment at: llvm/docs/OpaquePointers.rst:55
+languages like C++ adopted LLVM, the community realized that pointee types were
+more of a hinderance for LLVM development and that the extra type checking with
+some frontends wasn't worth it.
----------------
"hindrance"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126309/new/
https://reviews.llvm.org/D126309
More information about the llvm-commits
mailing list