소스 검색

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

Link: #6728
Jon Ross-Perkins 2 달 전
부모
커밋
de3147ce3e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      toolchain/sem_ir/inst_fingerprinter.cpp

+ 1 - 0
toolchain/sem_ir/inst_fingerprinter.cpp

@@ -235,6 +235,7 @@ struct Worklist {
     // `decl_id`, because fingerprinting the `NameId` is sufficient to identify
     // `decl_id`, because fingerprinting the `NameId` is sufficient to identify
     // the template, but this won't necessarily be true for other
     // the template, but this won't necessarily be true for other
     // `ClangDeclId`s.
     // `ClangDeclId`s.
+    // See also: https://github.com/carbon-language/carbon-lang/issues/6728
   }
   }
 
 
   auto Add(ClassId class_id) -> void {
   auto Add(ClassId class_id) -> void {