Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable the misc-use-anonymous-namespace clang-tidy check #7661

Merged
merged 18 commits into from
Jun 24, 2023

Commits on Jun 23, 2023

  1. Upgrade clang-format and clang-tidy to use v16

    (Skipping over 15 entirely in favor of the newest stable version)
    steven-johnson committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    9ab758e View commit details
    Browse the repository at this point in the history
  2. Update presubmit.yml

    steven-johnson committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    ac74200 View commit details
    Browse the repository at this point in the history
  3. Update .clang-tidy

    steven-johnson committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b0e1758 View commit details
    Browse the repository at this point in the history
  4. Update .clang-tidy

    steven-johnson committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    5daca66 View commit details
    Browse the repository at this point in the history
  5. fixes

    steven-johnson committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    9128f7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3449f25 View commit details
    Browse the repository at this point in the history
  7. Update .clang-tidy

    steven-johnson committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    cf46ab2 View commit details
    Browse the repository at this point in the history
  8. Update .clang-tidy

    steven-johnson committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4a3d33a View commit details
    Browse the repository at this point in the history
  9. fixes

    steven-johnson committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    ca65a29 View commit details
    Browse the repository at this point in the history
  10. Update .clang-tidy

    steven-johnson committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    da58d7c View commit details
    Browse the repository at this point in the history
  11. Update PyHalide.cpp

    steven-johnson committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    5bef336 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b82f37 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2a93c52 View commit details
    Browse the repository at this point in the history
  14. Enable the misc-use-anonymous-namespace clang-tidy check

    Basically just says "don't use static"
    steven-johnson committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    66c5e59 View commit details
    Browse the repository at this point in the history
  15. Update Generator.h

    steven-johnson committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b6002aa View commit details
    Browse the repository at this point in the history
  16. Update Util.cpp

    steven-johnson committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6a38454 View commit details
    Browse the repository at this point in the history
  17. Update JITModule.cpp

    steven-johnson committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    1598eb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    410ad4f View commit details
    Browse the repository at this point in the history