[PATCH] D65301: [clang] Refactor how are doc comments attached to Decls

Ivan Murashko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 14:32:08 PST 2022


ivanmurashko added inline comments.
Herald added a project: All.


================
Comment at: cfe/trunk/lib/Serialization/ASTReader.cpp:9735
+    llvm::DenseMap<FileID, std::map<unsigned, RawComment *>>
+        FileToOffsetToComment;
+    for (RawComment *C : Comments) {
----------------
The var has never been used and can be removed


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65301/new/

https://reviews.llvm.org/D65301



More information about the llvm-commits mailing list