index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2019-02-17
Fix sizeof with unparenthesized postfix or compound literal expression
Michael Forney
2019-02-17
Allow computing address of non-lvalue structs/unions
Michael Forney
2019-02-17
Fix returning struct/union types
Michael Forney
2019-02-17
Improve old-style function declaration support
Michael Forney
2019-02-16
Extend char/short types before comparing
Michael Forney
2019-02-16
Allow labels with same name as typedef
Michael Forney
2019-02-14
Allow initializing array with longer strings
Michael Forney
2019-02-14
Handle compound literals in global initializers
Michael Forney
2019-02-14
When subtracting pointers, divide after subtraction
Michael Forney
2019-02-13
Ignore qualifiers when parsing initializers
Michael Forney
2019-02-13
Implement __builtin_va_arg
Michael Forney
2019-02-13
Compare to node value first when looking for switch destination
Michael Forney
2019-02-13
Add missing trailing newlines
Michael Forney
2019-02-12
Fix union sizes and member offsets
Michael Forney
2019-02-12
Fix nested arrays
Michael Forney
2019-02-12
Initial import
Michael Forney