summaryrefslogtreecommitdiff
path: root/clang/test/ExtractAPI/pointers.c
AgeCommit message (Collapse)Author
2025-06-30[ExtractAPI] Format pointer types correctly (#146182)Prajwal Nadig
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