llvmorg-github-actions[bot] wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang-tools-extra

Author: Paul Kirth (ilovepi)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/208843.diff


1 Files Affected:

- (modified) clang-tools-extra/clang-doc/BitcodeWriter.cpp (-1) 


``````````diff
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);
 }

``````````

</details>


https://github.com/llvm/llvm-project/pull/208843
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to