[llvm] [Docs][libFuzzer] Replace expired libfuzzer.info link (PR #174148)
Jakub Kuderski via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 1 09:39:08 PST 2026
================
@@ -208,9 +208,9 @@ class DenseMapBase : public DebugEpochBase {
return ValueT();
}
- // Return the entry with the specified key, or \p Default. This variant is
- // useful, because `lookup` cannot be used with non-default-constructible
- // values.
+ /// Returns the mapped value for Val if present, otherwise Default.
----------------
kuhar wrote:
Please undo all of these unrelated changes
https://github.com/llvm/llvm-project/pull/174148
More information about the llvm-commits
mailing list