compnerd / ids

Interface Analysis Utility
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

libtool: ignore friend declarations #8

Closed compnerd closed 3 years ago

compnerd commented 3 years ago

Friend declarations may declare functions or types which have de-restricted access to the type. Such declarations should not be treated as declarations to decorate (though this will need to change eventually as the declarations may serve as forward declarations, and will require to match the actual declaration or definition if it follows).