[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

[clang] [ExtractAPI] Include +/- symbols for ObjC methods (PR #145035)

2025-06-20 Thread Prajwal Nadig via cfe-commits
https://github.com/snprajwal created https://github.com/llvm/llvm-project/pull/145035 ObjC methods include a +/- prefix to indicate if they are a class or instance method. This information is valuable, and must be included in the navigator generated by ExtractAPI. rdar://150870936 >From 5937