Skip to content

Conversation

@frederick-vs-ja
Copy link
Contributor

This mirrors the change in 4eed683 to libcxxabi, which is necessary for fixing CI failure.

This mirrors the change in 4eed683 to
libcxxabi, which is necessary for fixing CI failure.
@frederick-vs-ja frederick-vs-ja requested a review from a team as a code owner November 3, 2025 03:48
@llvmbot llvmbot added the libc++abi libc++abi C++ Runtime Library. Not libc++. label Nov 3, 2025
@llvmbot
Copy link
Member

llvmbot commented Nov 3, 2025

@llvm/pr-subscribers-libcxxabi

Author: A. Jiang (frederick-vs-ja)

Changes

This mirrors the change in 4eed683 to libcxxabi, which is necessary for fixing CI failure.


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

1 Files Affected:

  • (modified) libcxxabi/src/demangle/Utility.h (+1-1)
diff --git a/libcxxabi/src/demangle/Utility.h b/libcxxabi/src/demangle/Utility.h
index 8829f3fa13a93..76243f5d3280c 100644
--- a/libcxxabi/src/demangle/Utility.h
+++ b/libcxxabi/src/demangle/Utility.h
@@ -81,7 +81,7 @@ class OutputBuffer {
   OutputBuffer(const OutputBuffer &) = delete;
   OutputBuffer &operator=(const OutputBuffer &) = delete;
 
-  virtual ~OutputBuffer() {}
+  virtual ~OutputBuffer() = default;
 
   operator std::string_view() const {
     return std::string_view(Buffer, CurrentPosition);

@frederick-vs-ja
Copy link
Contributor Author

Superseded by c946b96. Closing.

@frederick-vs-ja frederick-vs-ja deleted the libcxxabi-mirror-change branch November 3, 2025 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

libc++abi libc++abi C++ Runtime Library. Not libc++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants