main
Name already in use
Commits on Dec 22, 2022
-
Merge pull request #11761 from MathiasVP/ir-for-microsoft-try-except-…
…finally C++: Generate IR for `__try __finally` and `__try __except`
-
Merge pull request #11777 from erik-krogh/use-new-cache
CI: use the new actions/cache@v3 instead of my own fork
-
Merge pull request #11519 from erik-krogh/equiv
QL: Mock the `QlBuiltins` module in QL-for-QL
-
Merge pull request #11595 from d10c/swift/extract-mainactor
Swift: MethodRefExpr -> MethodLookupExpr
-
-
Commits on Dec 21, 2022
-
-
-
-
-
Merge pull request #11767 from atorralba/atorralba/java/fix-pinning-t…
…ests Java: Small simplification in Missing Certificate Pinning tests
-
Merge pull request #11766 from atorralba/atorralba/java/fix-android-q…
…uery-id Java: Fix new Android queries' IDs
-
-
-
-
Merge pull request #11773 from aibaars/alert-suppression-swift
Swift: add AlertSuppression.ql
-
-
Merge pull request #11771 from aibaars/alert-suppression-fix-test
AlertSuppression: fix python test cases
-
Merge pull request #11765 from github/dependabot/github_actions/actio…
…ns/stale-7 Bump actions/stale from 6 to 7
-
-
Merge pull request #11723 from aibaars/alert-suppression
CodeQL alert suppression
-
-
Merge pull request #11244 from github/python/support-grouped-exceptions
Python: support grouped exceptions
-
-
-
Merge pull request #11764 from github/workflow/coverage/update
Update CSV framework coverage reports
-
-
-
Revert "Swift: silence QL-for-QL "Redundant override" FP"
This reverts commit 56a72d7.
-
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.
-
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.
-
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>
-
Commits on Dec 20, 2022
-
-
Merge pull request #11762 from erik-krogh/fixParent
QL: fix `getAnnotation()` for new-type branches with parameters