You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cc/README.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,17 +91,6 @@ Not yet implemented (features we want to add):
91
91
- C11 Thread-Local Storage (_Thread_local) and atomics (_Atomic)
92
92
- Other C11 features: _Static_assert, _Generic, anonymous structs
93
93
94
-
## Known Issues
95
-
96
-
### Preprocessor
97
-
98
-
-**Chained macro expansion after token paste**: When a token paste (`##`) creates an identifier that is itself a function-like macro, the subsequent macro expansion may not work correctly. For example:
99
-
```c
100
-
#defineBAR_test(y) y
101
-
#define FOO(x) BAR_ ## x(1)
102
-
FOO(test) // Should expand to 1, but may produce incorrect output
103
-
```
104
-
105
94
## Code Quality
106
95
107
96
Please run `cargo fmt` before committing code, and `cargo clippy` regularly while working. Code should build without warnings.
0 commit comments