| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
The two-pass parsing of function pointer declaration is referenced from chibicc:
https://github.com/rui314/chibicc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In this C code,
for (T v = expr1, u = expr2; ...; ...) { ... }
the "expr2" was silently discarded before.
|
|
|
|
|
|
|
|
This reverts commit 47d43f5a583dc2d474e553afe0cb682d878231b1.
|
|
|
|
This reverts commit f64ab73b841377f044e727ee1d9e0bcf55c6b626.
|
|
|
|
|
|
|
|
|
|
|
|
addresses
|
|
|
|
|
|
|