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
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