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

Clang tidy cleanup #276

Merged
merged 4 commits into from
Jan 8, 2024
Merged

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    ea4018f View commit details
    Browse the repository at this point in the history
  2. Close open files on exec

    Not really relevant for single-threaded selint, but pleases clang-tidy.
    cgzones committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    894af1c View commit details
    Browse the repository at this point in the history
  3. Add missing header include

    Needed for size_t and strrchr(3) while processing with a LSP.
    cgzones committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f762545 View commit details
    Browse the repository at this point in the history
  4. Drop one time used macro

    Drop unnecessary OOM check.
    cgzones committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    91f3587 View commit details
    Browse the repository at this point in the history