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

Wchar fp fixes #107

Merged
merged 11 commits into from
Oct 1, 2024
Merged

Wchar fp fixes #107

merged 11 commits into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    1f6157a View commit details
    Browse the repository at this point in the history
  2. Modifications to the query to address false positives.

    (cherry picked from commit cc24f1e)
    bdrodes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7ca896f View commit details
    Browse the repository at this point in the history
  3. Updating expected file, false positives now resolved.

    (cherry picked from commit 92c8d39)
    bdrodes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    78fe8c6 View commit details
    Browse the repository at this point in the history
  4. Correct comment.

    (cherry picked from commit 338ab96)
    bdrodes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    af374f1 View commit details
    Browse the repository at this point in the history
  5. Changing from hasIntermediateType to getABaseType.

    (cherry picked from commit c4737c7)
    bdrodes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    396eeb4 View commit details
    Browse the repository at this point in the history
  6. Switching to looking for explicit declaration of unsigned char, to av…

    …oid cases where unsigned char is the default char width for `char`.
    
    (cherry picked from commit 51e787b)
    bdrodes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3a417ed View commit details
    Browse the repository at this point in the history
  7. Altering ordering for exists statement to be clearer.

    (cherry picked from commit 31324fc)
    bdrodes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e6cfddd View commit details
    Browse the repository at this point in the history
  8. Altering exists predicate ordering to be clearer.

    (cherry picked from commit c91f7f4)
    bdrodes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8ea3b1b View commit details
    Browse the repository at this point in the history
  9. Changing name of predicate to be clearer, and removing an unused para…

    …meter.
    
    (cherry picked from commit 318e75c)
    bdrodes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    eccb698 View commit details
    Browse the repository at this point in the history
  10. Removing unnecessary bracket/singleton set literal.

    (cherry picked from commit 1625191)
    bdrodes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2b5bc1d View commit details
    Browse the repository at this point in the history
  11. Formatting.

    (cherry picked from commit c496503)
    bdrodes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1adea9c View commit details
    Browse the repository at this point in the history