Opened 3 years ago
Closed 19 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.
Note: See
TracTickets for help on using
tickets.
I did this a while ago, forgot there was a ticket for it.