[all-commits] [llvm/llvm-project] 53102a: [ExtractAPI] Format pointer types correctly (#146182)
Prajwal Nadig via All-commits
all-commits at lists.llvm.org
Mon Jun 30 07:55:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53102a395f3bd07762c183c9ecd213a4759559dd
https://github.com/llvm/llvm-project/commit/53102a395f3bd07762c183c9ecd213a4759559dd
Author: Prajwal Nadig <pnadig at apple.com>
Date: 2025-06-30 (Mon, 30 Jun 2025)
Changed paths:
M clang/lib/ExtractAPI/DeclarationFragments.cpp
M clang/test/ExtractAPI/global_record.c
M clang/test/ExtractAPI/global_record_multifile.c
M clang/test/ExtractAPI/macro_undefined.c
A clang/test/ExtractAPI/pointers.c
Log Message:
-----------
[ExtractAPI] Format pointer types correctly (#146182)
Pointer types in function signatures 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.
rdar://131780418
rdar://154533037
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list