hth313 / Calypsi-tool-chains

Overview of the Calypsi tool chain and open source support packages
16 stars 0 forks source link

Feature request: __attribute__((overloadable)) #23

Closed KyleCardoza closed 1 year ago

KyleCardoza commented 1 year ago

Clang already supports the overloadable attribute, which provides C++ compatible function overloading by argument types to plain C. If it's not too much work, having that in Calypsi would be amazing.

hth313 commented 1 year ago

This is available now the 4.4 release.