Static Analysis Tooling / Effective D
Walter Bright
newshound2 at digitalmars.com
Tue Jan 21 12:26:56 PST 2014
On 1/21/2014 1:33 AM, Dicebot wrote:
> See "reserved namespace" reference. It does not need any special support from
> the language itself but some support from spec that will ensure that those
> attributes won't conflict with user code and other tools will be helpful.
> Probably even in form of guideline, not a rule.
This is quite overengineering to put such in the spec.
@coverity_warnings
should do fine (i.e. prefix with your tool name). It's not any harder than
coming up with names for your third party library.
More information about the Digitalmars-d
mailing list