https://github.com/ilovepi created https://github.com/llvm/llvm-project/pull/208843
None >From 67c8a44fdd60ad4d670de81e31c28e1001040d93 Mon Sep 17 00:00:00 2001 From: Paul Kirth <[email protected]> Date: Fri, 10 Jul 2026 21:46:29 +0000 Subject: [PATCH] [clang-doc][nfc] Delete commented out code --- clang-tools-extra/clang-doc/BitcodeWriter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang-tools-extra/clang-doc/BitcodeWriter.cpp b/clang-tools-extra/clang-doc/BitcodeWriter.cpp index ee5114b1af880..735504032ae3c 100644 --- a/clang-tools-extra/clang-doc/BitcodeWriter.cpp +++ b/clang-tools-extra/clang-doc/BitcodeWriter.cpp @@ -551,7 +551,6 @@ void ClangDocBitcodeWriter::emitBlock(const MemberTypeInfo &T) { emitRecord(T.IsStatic, MEMBER_TYPE_IS_STATIC); emitRecord(T.IsBuiltIn, MEMBER_TYPE_IS_BUILTIN); emitRecord(T.IsTemplate, MEMBER_TYPE_IS_TEMPLATE); - // emitRecord(T.IsTemplate, MEMBER_TYPE_IS_TEMPLATE); for (const auto &CI : T.Description) emitBlock(*CI.Ptr); } _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
