Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cpplint/cpplint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d03e546
Choose a base ref
...
head repository: cpplint/cpplint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f44a09a
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 21, 2026

  1. Configuration menu
    Copy the full SHA
    bb0c5b3 View commit details
    Browse the repository at this point in the history
  2. fix typo

    aaronliu0130 committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    a90a971 View commit details
    Browse the repository at this point in the history
  3. alternative approach to exclude "cast"s that follow closing parenthesis

    without space
    it seems rare that a cast would directly follow a closing parenthesis
    and this excludes function pointers, avoiding the noexcept issue
    entirely without accidentally skipping the noexcept operator as well
    add unit test for noexcept operator true positive
    add TODO on refactoring CheckCStyleCast()
    aaronliu0130 committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    f44a09a View commit details
    Browse the repository at this point in the history
Loading