Note issue on C++ fingerprint TODO (#6758)

Link: #6728
This commit is contained in:
Jon Ross-Perkins
2026-02-18 00:14:14 +00:00
committed by GitHub
parent 2cee87683e
commit de3147ce3e
+1
View File
@@ -235,6 +235,7 @@ struct Worklist {
// `decl_id`, because fingerprinting the `NameId` is sufficient to identify
// the template, but this won't necessarily be true for other
// `ClangDeclId`s.
// See also: https://github.com/carbon-language/carbon-lang/issues/6728
}
auto Add(ClassId class_id) -> void {