Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/codeql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: github/codeql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: andersfugmann/swift-linux-copilot
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 12, 2026

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

    jketema committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    759c0f5 View commit details
    Browse the repository at this point in the history
  3. Swift: disable stack protection in extractor to fix Linux crash

    The FunctionStackProtection SIL pass crashes on Linux when processing
    standard library functions like withUnsafePointer(to:_:). This is a
    known upstream Swift compiler bug (swiftlang/swift#69768).
    
    The extractor does not need stack protection since it only extracts
    semantic information from the AST and never produces executable code.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    andersfugmann and Copilot committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    a139a6f View commit details
    Browse the repository at this point in the history
Loading