Skip to content

v0.5.7

Compare
Choose a tag to compare
released this 14 Jun 16:49
· 246 commits to master since this release
76d8a30

Bug fixed

  • Fix a crash that could happen in the check for infinite ranges style. (#656)
  • Fix wrong version number under windows. (#648)
  • Fix false warning about non-const should not be emitted if the methods are @disable. (#658)
  • Fix false warning about missing toHash or opEquals should not be emitted the existing method is @disable . (#659)
  • Fix possibly ambiguous message output by the check for useless initializers. (#662)
  • Fix usage of body as identifier creates a lot of false positive. (#649)