mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
e0e5563a96
...when renaming C functions. This is currently rejected by Clang itself, but showed up when testing apinotes. Rather than complicate the apinotes by including parameter placeholders, just do the obvious thing (and future-proof against us potentially allowing this in the future). rdar://problem/26133744