Commits
main
Name already in use
Commits on Jun 19, 2023
-
Merge pull request #13460 from erik-krogh/rest-of-cpp
CPP: delete the deprecated Container::getURL predicates
-
-
-
Merge pull request #13426 from jketema/inline-3
Update inline flow tests to use parameterized module
-
Merge pull request #13447 from github/sashabu/windows2
Swift: Bare-bones extractor pack for Windows.
-
Merge pull request #13497 from github/redsun82/swift-remove-result-of
Swift: remove `std::result_of` from swift headers
-
Merge pull request #13480 from github/jhelie/clean-up-mad-kinds-use
Java: clean up mad kinds use
-
-
Swift: remove
std::result_offrom swift headers`std::result_of` was removed in C++20, though the actual removal from the STL library implementations seems to depend on the version. For example using xcode 14.2 one gets away with a deprecation warning, but xcode 14.3 will fail. As Swift 5.8.1 is still compiled with C++14, we cannot replace `std::result_of` with `std::invoke_result` in the prebuilding patches just yet, but we can do that for the extractor itself, patching the prebuilt package.
-
Merge pull request #13256 from atorralba/atorralba/java/stapler-models
Java: Model the Stapler framework
-
-
Merge pull request #13475 from atorralba/atorralba/many/zipslip-docs-…
…update C#/Go/Java/JS/Python/Ruby: Update the description and qhelp of the Zipslip query
-
Merge pull request #13482 from igfoo/igfoo/conc
Kotlin: Avoid another cause of ConcurrentModificationException with 1.9
-
Merge pull request #13479 from igfoo/igfoo/ENUM_ENTRIES
Kotlin: Handle IrSyntheticBodyKind.ENUM_ENTRIES
-
-
Kotlin: Handle IrSyntheticBodyKind.ENUM_ENTRIES
Generated by Kotlin 1.9 for some of our tests.
-
Merge pull request #13423 from aibaars/update-grammar-3
Ruby: update grammar
-
-
-
Apply code review suggestions.
Co-authored-by: Asger F <[email protected]>
-
Apply suggestions from code review
Co-authored-by: mc <[email protected]>
-
Merge pull request #13494 from maikypedia/maikypedia/typo
Ruby : Naming error
-
Merge pull request #13472 from michaelnebel/csharp/usestubs2
C#: Use stubs in the Security feature related tests.
Commits on Jun 18, 2023
Commits on Jun 17, 2023
Commits on Jun 16, 2023
-
-
-
Merge pull request #13477 from igfoo/igfoo/diags_classes
Kotlin: Remove diags.ql from classes test
-
-