Daniel Grumberg

Results 9 comments of 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...

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:...