[llvm-branch-commits] [clang-tools-extra] [clang-doc] Refactor FriendInfo parameters to use ArrayRef (PR #190047)
Erick Velez via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Apr 2 11:58:33 PDT 2026
================
@@ -957,6 +950,51 @@ llvm::Error ClangDocBitcodeReader::readBlock(unsigned ID, T I) {
}
}
+template <>
----------------
evelez7 wrote:
I was going to ask how we could reduce the boilerplate in these readBlock methods but I'm glad I looked up the stack :D
https://github.com/llvm/llvm-project/pull/190047
More information about the llvm-branch-commits
mailing list