Ben Langmuir

Results 9 issues of Ben Langmuir

There may be a global reference to the CAS that will try to call cas_dispose, so we must not unload the library before that happens (and the order is unspecified)....

When developing sourcekit-lsp, it is useful to be able to use a released version of the swift toolchain. However, because we are using the latest branch version of libSwiftPM, it...

| | | |------------------|-----------------| |Previous ID | SR-10807 | |Radar | None | |Original Reporter | @benlangmuir | |Type | New Feature | Additional Detail from JIRA | | |...

enhancement

| | | |------------------|-----------------| |Previous ID | SR-13762 | |Radar | rdar://problem/70546468 | |Original Reporter | @benlangmuir | |Type | Bug | Additional Detail from JIRA | | | |------------------|-----------------|...

bug
good first issue

Foundation needs to be loaded early in the process for Swift's runtime to properly initialize bridging support; otherwise it may cause issues like unrecognized selectors. When scripting, re-exec the process...

One of the things this test is checking for is that builtin headers get the correct path in Darwin system modules. Add -fbuiltin-headers-in-system-modules explicitly so that the test does not...

In d64eccf we split the object file reader from the writer and removed the dependency on clangCodeGen from the dependency scanner. However, we were still initializing all the llvm targets,...

* Explanation: Fixes caching of diagnostics when Clang custom diagnostics are emitted. Note: in the next branch this also fixed a crash, but that crash was not present in the...

This test appears to be (rarely) failing in CI, so enable logging to help narrow down what might be going wrong if we see it again. rdar://160393826