Commit 1cf8d2e
[ClangImporter] Fix Build Break Due to
<!--
If this pull request is targeting a release branch, please fill out the
following form:
https://github.com/swiftlang/.github/blob/main/PULL_REQUEST_TEMPLATE/release.md?plain=1
Otherwise, replace this comment with a description of your changes and
rationale. Provide links to external references/discussions if
appropriate.
If this pull request resolves any GitHub issues, link them like so:
Resolves <link to issue>, resolves <link to another issue>.
For more information about linking a pull request to an issue, see:
https://docs.github.com/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue
-->
<!--
Before merging this pull request, you must run the Swift continuous
integration tests.
For information about triggering CI builds via @swift-ci, see:
https://github.com/apple/swift/blob/main/docs/ContinuousIntegration.md#swift-ci
Thank you for your contribution to Swift!
-->
swiftlang/llvm-project#11631 is cherry-picking
`clang` commits that change `CompilerInstance`'s APIs. The API changes
are causing Swift build breaks. This PR fixes the API breaks.
---------
Co-authored-by: Jan Svoboda <jan@svoboda.ai>clang API changes (#84925)1 parent 167c540 commit 1cf8d2e
1 file changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1022 | 1022 | | |
1023 | 1023 | | |
1024 | 1024 | | |
1025 | | - | |
| 1025 | + | |
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
| |||
1409 | 1409 | | |
1410 | 1410 | | |
1411 | 1411 | | |
1412 | | - | |
1413 | 1412 | | |
1414 | 1413 | | |
1415 | 1414 | | |
| |||
1927 | 1926 | | |
1928 | 1927 | | |
1929 | 1928 | | |
1930 | | - | |
| 1929 | + | |
1931 | 1930 | | |
1932 | 1931 | | |
1933 | 1932 | | |
| |||
1977 | 1976 | | |
1978 | 1977 | | |
1979 | 1978 | | |
1980 | | - | |
1981 | | - | |
| 1979 | + | |
1982 | 1980 | | |
1983 | 1981 | | |
1984 | 1982 | | |
| |||
2032 | 2030 | | |
2033 | 2031 | | |
2034 | 2032 | | |
2035 | | - | |
| 2033 | + | |
2036 | 2034 | | |
2037 | 2035 | | |
2038 | 2036 | | |
| |||
0 commit comments