Rauhul Varma
Rauhul Varma
- Adds wrapper functions for all _posix_ functions in darwin's `stat.h` header. - Non-posix `stat.h` functions (`_np`) are out of scope of this sketch. - `fcntrl` functions are flags are...
swift-metrics doesn't currently provide a `Gauge.record` api for `Counter`s and this probably makes as Counters are supposed to be strictly incrementing. However this behavior doesn't compose if the metric source...
Swift argument parser doesn't handle properties with the same name under different option groups gracefully. The following snippet throws an error when run with no arguments, but I would expect...
- Idea: additional discussion for commands and arguments which is exported to dump-help and can be consumed by supplemental content generators to contains much more detailed information than you may...
Adds a new swift-frontend flag to allow users to choose which calling convention is used to make c function calls. This hidden flag is called `-experimental-platform-c-calling-convention`. This behavior is needed...
We should be able to round trip SVD files from and back to XML. We should add tests which cover this behavior. They will also help ensure we aren't dropping...
Peripheral clusters ignored by svd2swift, instead they should generate nested RegisterBlock struct hierarchies.
`@Register` should diagnose and emit errors if it contains bit field macros which have overlapping bit ranges, e.g.: ```swift @Register(bitWidth: 32) struct R32 { @ReadWrite(bits: 0..
### Description Work to upstream AVR support into the main swift repo from the Swift for Arduino project. ### Additional information - [x] #74818 - [ ] apple/llvm-project#8945 - [...