[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

[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] Format pointers in params correctly (PR #146182)

2025-06-27 Thread Prajwal Nadig via cfe-commits
https://github.com/snprajwal created https://github.com/llvm/llvm-project/pull/146182 Pointer types in function parameters must place the asterisk before the identifier without a space in between. This patch removes the space and also ensures that pointers to pointers are formatted correctly.

[clang] [ExtractAPI] Format pointers in params correctly (PR #146182)

2025-06-27 Thread Prajwal Nadig via cfe-commits
https://github.com/snprajwal updated https://github.com/llvm/llvm-project/pull/146182 >From 885730f8653edc7bef13b3840f0c662cc354f111 Mon Sep 17 00:00:00 2001 From: Prajwal Nadig Date: Sat, 28 Jun 2025 01:33:42 +0100 Subject: [PATCH] [ExtractAPI] Format pointers in params correctly Pointer type

[clang] [ExtractAPI] Format pointers in params correctly (PR #146182)

2025-06-28 Thread Prajwal Nadig via cfe-commits
https://github.com/snprajwal updated https://github.com/llvm/llvm-project/pull/146182 >From 398c55dd352e0f38f5dc5b85a9f6dca836706597 Mon Sep 17 00:00:00 2001 From: Prajwal Nadig Date: Sat, 28 Jun 2025 01:33:42 +0100 Subject: [PATCH] [ExtractAPI] Format pointer types correctly Pointer types in

[clang] [ExtractAPI] Format pointer types correctly (PR #146182)

2025-06-28 Thread Prajwal Nadig via cfe-commits
https://github.com/snprajwal edited https://github.com/llvm/llvm-project/pull/146182 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [ExtractAPI] Format pointer types correctly (PR #146182)

2025-06-28 Thread Prajwal Nadig via cfe-commits
https://github.com/snprajwal edited https://github.com/llvm/llvm-project/pull/146182 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits