Files
mercury/tests/warnings
Zoltan Somogyi dfd67afbd7 Rename a warning option to make it fit in with others.
compiler/options.m:
    Rename --inhibit-accumulator-warnings as --no-warn-accumulator-swaps.
    This is better for two reasons: it says explicitly what kinds of warnings
    it talks about (swaps of accumulator arguments may lead to slowdowns),
    and it allows us to treat the option the same as all the other options
    that enable warnings.

    Separate out the lists of warning options into two lists: the style
    and the non-style warnings, now that all these options are positive
    (i.e. they enable options when set).

NEWS:
    Mention the rename.

compiler/accumulator.m:
doc/user_guide.texi:
tests/warnings/arg_order_rearrangment.exp:
    Conform to the rename.
2017-04-24 22:24:33 +10:00
..