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

Migrated to use Module::createRNG and removed anonymous namespace where static functions were appropriate #110

Merged
merged 2 commits into from
Feb 17, 2024

Commits on Feb 17, 2024

  1. modernize RNG in DuplicateBB

    qbojj committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    ab45372 View commit details
    Browse the repository at this point in the history
  2. make fcmpEq plugins follow llvm style guides

    LLVM style guides states: make anonymous namespaces as small as possible, and only use them for class declarations.
    but fcmpEq plugins were using it for functions. Changed to use static instead
    qbojj committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    3f07a61 View commit details
    Browse the repository at this point in the history