[clang] [ExtractAPI] Include tilde in destructor name (PR #146001)

2025-06-26 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Prajwal Nadig (snprajwal) Changes The subheading for a destructor contained only the identifier. The tilde must also be included as it is necessary to differentiate the destructor from any constructors present. rdar://129587608 --- Full

[clang] [ExtractAPI] Include tilde in destructor name (PR #146001)

2025-06-26 Thread Prajwal Nadig via cfe-commits
https://github.com/snprajwal created https://github.com/llvm/llvm-project/pull/146001 The subheading for a destructor contained only the identifier. The tilde must also be included as it is necessary to differentiate the destructor from any constructors present. rdar://129587608 >From a1d27f