Function-like macros (C/C++)
Brought to you by:
dhiebert
Often IDEs need to work differently with function-like macros - ones that have parameters. Just like for file-scoped identifiers, a special option could be added for Ctags to mark identifiers which are function-like (or just mark function-like macros, it doesn't matter)
Optionally Ctags could also support emitting a signature for function-like macros, but this is just an extra idea.