Files
Hamish Knight 588a5f1981 [Sema] Fix availability scope source range for SwitchStmt
Ensure we extend the end loc of the range, same as we do for the case
scope. This ensures the case scope is contained by the parent.
2026-06-09 23:49:23 +01:00
..
2026-05-15 19:11:10 +01:00

known_issues

The known_issues directory is used to track known bugs that are not crashers.

  • If you fix a test in this directory, i.e., the test starts failing, please delete the test file and reorganise the test case by moving it to an appropriate place in the primary test suite under ../test.

  • If you add a test to this directory, please make sure that the test is associated with either a GitHub issue or an Apple radar of internal origin, and include link to that record in the test.

    If the test is associated only with an internal report, please also include a brief explanation of the issue in the test for clarity.