Skip to content

Commit

Permalink
add overloaded specs to eqwalizer stats
Browse files Browse the repository at this point in the history
Summary:
- there is an interest to see a data about overloaded spec
- extending eqwalizer_stats with it

Reviewed By: VLanvin

Differential Revision: D60454935

fbshipit-source-id: 0a87eba233ec8c3653221149bfa57d689672bde7
  • Loading branch information
ilya-klyuchnikov authored and facebook-github-bot committed Jul 30, 2024
1 parent efb3199 commit 0cc237e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/reference/stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ This indicates the suppression of all eqWAlizer errors associated to a function,
using a `-eqwalizer({nowarn_function, foo/n})` pragma.
eqWAlizer will not run on such a function, thus the use of this pragma is highly
discouraged.

### overloaded_spec

This indicates an overloaded function spec (a spec with multiple clauses).
The use of overloaded specs is discouraged.

0 comments on commit 0cc237e

Please sign in to comment.