Opened 2 years ago

Closed 12 months ago

#255 closed enhancement (fixed)

Better Linkage Default

Reported by: ajbeach Owned by:
Priority: minor Component: cfa-cc
Version: 1.0 Keywords:
Cc:

Description

For ast::ObjectDecl and ast::FunctionDecl they both have the default linkage of Linkage::C. I have been writing a lot of code recently and it always seems that Linkage::Cforall was the right choice.

Removing the default argument would make it easy to check to see where it is used, if it is only a few times than changing the default might really help.

Change History (1)

comment:1 Changed 12 months ago by ajbeach

Resolution: fixed
Status: newclosed

I did this a while ago, forgot there was a ticket for it.

Note: See TracTickets for help on using tickets.