Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Added a comment.
Updating D4722: Don't warn on NewCallback argument comments, as they are arguments for the
function the callback points to.
Comment Actions
How about making checks configurable? Then we could have an optional list of white-listed functions instead of hard-coding library-specific names.
Comment Actions
Added a FIXME to make the list of "special" functions configurable.
ClangTidy doesn't yet read configuration files or provide configuration to the
checks. This is in the plans, but I would like this check to stop producing
false positives sooner than the configuration of the checks becomes possible.