Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Dec 22, 2022

  1. Merge pull request #11761 from MathiasVP/ir-for-microsoft-try-except-…

    …finally
    
    C++: Generate IR for `__try __finally` and `__try __except`
    MathiasVP committed Dec 22, 2022
  2. Merge pull request #11777 from erik-krogh/use-new-cache

    CI: use the new actions/cache@v3 instead of my own fork
    erik-krogh committed Dec 22, 2022
  3. Merge pull request #11519 from erik-krogh/equiv

    QL: Mock the `QlBuiltins` module in QL-for-QL
    erik-krogh committed Dec 22, 2022
  4. Merge pull request #11595 from d10c/swift/extract-mainactor

    Swift: MethodRefExpr -> MethodLookupExpr
    MathiasVP committed Dec 22, 2022

Commits on Dec 21, 2022

  1. Merge pull request #11767 from atorralba/atorralba/java/fix-pinning-t…

    …ests
    
    Java: Small simplification in Missing Certificate Pinning tests
    egregius313 committed Dec 21, 2022
  2. Merge pull request #11766 from atorralba/atorralba/java/fix-android-q…

    …uery-id
    
    Java: Fix new Android queries' IDs
    egregius313 committed Dec 21, 2022
  3. C++: Fix implicit this.

    MathiasVP committed Dec 21, 2022
  4. Merge pull request #11773 from aibaars/alert-suppression-swift

    Swift: add AlertSuppression.ql
    aibaars committed Dec 21, 2022
  5. Merge pull request #11771 from aibaars/alert-suppression-fix-test

    AlertSuppression: fix python test cases
    aibaars committed Dec 21, 2022
  6. Merge pull request #11765 from github/dependabot/github_actions/actio…

    …ns/stale-7
    
    Bump actions/stale from 6 to 7
    henrymercer committed Dec 21, 2022
  7. Merge pull request #11723 from aibaars/alert-suppression

    CodeQL alert suppression
    aibaars committed Dec 21, 2022
  8. Merge pull request #11244 from github/python/support-grouped-exceptions

    Python: support grouped exceptions
    yoff committed Dec 21, 2022
  9. Small simplification

    atorralba committed Dec 21, 2022
  10. Merge pull request #11764 from github/workflow/coverage/update

    Update CSV framework coverage reports
    atorralba committed Dec 21, 2022
  11. Swift: fix 'ql/redundant-import'

    d10c committed Dec 21, 2022
  12. Revert "Swift: silence QL-for-QL "Redundant override" FP"

    This reverts commit 56a72d7.
    d10c committed Dec 21, 2022
  13. Swift: MethodLookupExpr.getMethodRef() [codegen'd]

    This refactors SelfApplyExpr.getFunction() as MethodLookupExpr().getMethodRef().
    
    This is simpler, because we are not hiding DeclRefExprs or reinventing hidden AST resolution.
    d10c committed Dec 21, 2022
  14. Swift: MethodLookupExpr.getMethodRef() [hand-written]

    This refactors SelfApplyExpr.getFunction() as MethodLookupExpr().getMethodRef().
    
    This is simpler, because we are not hiding DeclRefExprs or reinventing hidden AST resolution.
    d10c committed Dec 21, 2022
  15. Bump actions/stale from 6 to 7

    Bumps [actions/stale](https://github.com/actions/stale) from 6 to 7.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 21, 2022

Commits on Dec 20, 2022

  1. C++: Accept test changes.

    MathiasVP committed Dec 20, 2022
  2. Merge pull request #11762 from erik-krogh/fixParent

    QL: fix `getAnnotation()` for new-type branches with parameters
    erik-krogh committed Dec 20, 2022
Older