[all-commits] [llvm/llvm-project] c55321: [clang][ExtractAPI] Ensure typedef to pointer type...
Daniel Grumberg via All-commits
all-commits at lists.llvm.org
Mon Jan 22 07:41:41 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c5532124dc0ffc892ded0b093e92244977e748f8
https://github.com/llvm/llvm-project/commit/c5532124dc0ffc892ded0b093e92244977e748f8
Author: Daniel Grumberg <dgrumberg at apple.com>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
M clang/lib/ExtractAPI/DeclarationFragments.cpp
M clang/test/ExtractAPI/typedef.c
Log Message:
-----------
[clang][ExtractAPI] Ensure typedef to pointer types are preserved (#78584)
When generating declaration fragments for types that use typedefs to
pointer types ensure that we keep the user-defined typedef form instead
of desugaring the typedef.
rdar://102137655
More information about the All-commits
mailing list