Skip to content

Releases: sarnold/cpplint

Release v2.0.1

01 Mar 03:00
682bf1e

Choose a tag to compare

2.0.1 (2025-03-01)

Fixes

  • Update action/python versions, packaging, and tox file. [Stephen L Arnold]

    • add workaround for py39 on macos installed with broken setuptools

Other

  • Fix false positive for indented parameters in namespaces. [Aaron Liu]

    This also speeds up execution by on average 1.3%. Huh.

  • Ultra bruh moment. [Aaron Liu]

  • Bruh moment. [Aaron Liu]

  • IWYU: treat stdio.h the same way as cstdio. [Aaron Liu]

  • Supress C++-only categories on C file extensions. [Aaron Liu]

    ".h" files don't, because many C++ headers also use this extension

  • Fix false positive for indented parameters in namespaces. [Aaron Liu]

    This also speeds up execution by on average 1.3%. Huh.

  • Fix missing comma between items in _CPP_HEADERS. [Hs293Go]