Daniel Grumberg
Daniel Grumberg
Before the TLS switch you can take a pointer to the address of the thread local variable and access it through there as mentioned in GCCβs documentation: βWhen the address-of...
You can store the pointers as local variables in proxy_plugin_sc_handler. Just get the addresses before the switch there and explicitly pass them in to the TLS switching routines.
Having thought about it more (I implemented something similar to this in my own config deferring to lsp for the actual formatting), formatting just a region has to be best...
π [clang][ExtractAPI] Serialize platform specific unavailable attribute in symbol graphs (#89277)
@swift-ci please test
π [clang][ExtractAPI] Serialize platform specific unavailable attribute in symbol graphs (#89277)
@swift-ci please test
π [clang][ExtractAPI] Serialize platform specific unavailable attribute in symbol graphs (#89277)
@swift-ci please test
π [clang][ExtractAPI] Serialize platform specific unavailable attribute in symbol graphs (#89277)
@swift-ci please test
@swift-ci please test
Explanation: Makes `swift-symbolgraph-extract` respect reexported modules and track nested reexports when generating symbol graphs during a regular build Radar (and possibly SR Issue): rdar://89687175 https://github.com/apple/swift/issues/59920 Scope: Symbol Graph Generation Risk:...