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-04-16
tests -> test
Michael Forney
2019-04-16
Fix offset of initializer following fixed-length string
Michael Forney
2019-04-15
expr: Handle compound assignment of bit-fields
Michael Forney
2019-04-15
Handle static sub-initializers
Michael Forney
2019-04-14
Initial support for loading/storing bit-fields
Michael Forney
2019-04-14
decl: Make signedness of enum types match gcc
Michael Forney
2019-04-05
Fix _Alignas with type specifier
Michael Forney
2019-04-03
Revert "Make member access its own expression type"
Michael Forney
2019-04-03
Make member access its own expression type
Michael Forney
2019-03-15
Start to handle overlapping initializers
Michael Forney
2019-03-12
Allow string literals to initialize any array with character type
Michael Forney
2019-03-12
Implement __builtin_constant_p
Michael Forney
2019-03-12
scan: Accept leading `.` in pp-number
Michael Forney
2019-03-12
Revert "Zero uninitialized decls/returns."
Michael Forney
2019-02-27
Implement __typeof__.
Andrew Chambers
2019-02-26
Zero uninitialized decls/returns.
Andrew Chambers
2019-02-24
scan: Handle escaped newlines
Michael Forney
2019-02-22
Make sure to zero the rest of an array initialized with a string
Michael Forney
2019-02-22
Fix size of incomplete array types initialized with strings
Michael Forney
2019-02-22
Implement __builtin_nanf for empty string literals
Michael Forney
2019-02-22
Implement __builtin_inff
Michael Forney
2019-02-22
Implement __builtin_alloca
Michael Forney
2019-02-22
Fix adding integer to pointer
Michael Forney
2019-02-21
Emit complete union type definitions instead of just using the first member
Michael Forney
2019-02-20
Fix emittype for unions
Michael Forney
2019-02-20
eval: Handle nested offset address constants
Michael Forney
2019-02-20
Fix definitions for nested structs
Michael Forney
2019-02-19
Implement __builtin_va_copy
Michael Forney
2019-02-19
Add missing lvalue conversions
Michael Forney
2019-02-18
Simplify test added in 9f964b7281
Michael Forney
2019-02-18
Fix compatible check for basic types
Michael Forney
2019-02-17
Make enum types compatible with their corresponding integer type (int)
Michael Forney
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