llvm/llvm-project
Voir sur GitHub[llvm] Document non-trivial `llvm::DenseMapBase` member functions
Open
#166 155 ouverte le 3 nov. 2025
documentationenhancementgood first issuellvm:adt
Métriques du dépôt
- Stars
- (26 378 stars)
- Métriques de merge PR
- (Merge moyen 1j 2h) (1 000 PRs mergées en 30 j)
Description
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.