llvm/llvm-project
在 GitHub 查看[llvm] Document non-trivial `llvm::DenseMapBase` member functions
Open
#166,155 创建于 2025年11月3日
documentationenhancementgood first issuellvm:adt
描述
There are (now?) some non-trivial memberfunctions in DenseMapBase that would be good to document, possibly adding a code sample.
From looking at https://llvm.org/doxygen/classllvm_1_1DenseMap.html, examples include:
try_emplaceinsert_or_assignemplace_or_assignlookup_oroperator[]- should specify what happens if the key isn't yet in the map.