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

Opaque Pointers for Unittests #25

Open
wants to merge 43 commits into
base: development
Choose a base branch
from
Open

Opaque Pointers for Unittests #25

wants to merge 43 commits into from

Commits on May 15, 2024

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

Commits on May 29, 2024

  1. annotation fix + test fix

    mxHuber committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ab3fa86 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    b78d077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09e34aa View commit details
    Browse the repository at this point in the history
  3. fix one IIA test

    fabianbs96 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    147ecd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fda53ef View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. first half of tests fixed

    mxHuber committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9b449d1 View commit details
    Browse the repository at this point in the history
  2. fixed first half of tests

    mxHuber committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6b12b7b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    bbe775a View commit details
    Browse the repository at this point in the history
  2. fixed all but two tests

    mxHuber committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c235afc View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Fix IIAFlowFact equality

    fabianbs96 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    311cb68 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. fixed some newly failed tests

    mxHuber committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    04a895d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e31c5ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6f4a10 View commit details
    Browse the repository at this point in the history
  4. ci.yml update

    mxHuber committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e8c7f65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3081ed View commit details
    Browse the repository at this point in the history
  6. pre-commit hook

    mxHuber committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6ced614 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12a9d06 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    9f5902a View commit details
    Browse the repository at this point in the history
  2. switching to DebugInfoFinder

    mxHuber committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    812e6cb View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

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

Commits on Jun 17, 2024

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

Commits on Jun 18, 2024

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

Commits on Jun 19, 2024

  1. Revert "Introducing a pass to save ptr types"

    This reverts commit 2a91b6d.
    mxHuber committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d581987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eb9929 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

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

Commits on Jun 25, 2024

  1. fixed PathTracingTest

    mxHuber committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5b39a18 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    85b0f24 View commit details
    Browse the repository at this point in the history
  2. Fixed OTFTest

    mxHuber committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    16c4a8e View commit details
    Browse the repository at this point in the history
  3. trimmed trailing whitespace

    mxHuber committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0514c7d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. minor fixes

    mxHuber committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2d8c9d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4463625 View commit details
    Browse the repository at this point in the history
  3. pre-commit clang-format fix

    mxHuber committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    df7d190 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce2c6e8 View commit details
    Browse the repository at this point in the history
  5. moved RTAResolver to DITypes

    mxHuber committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8a4d812 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

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

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    9c7f378 View commit details
    Browse the repository at this point in the history
  2. Add breaking changes

    fabianbs96 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    022b426 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    b4783b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49707eb View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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