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
/
type.c
Age
Commit message (
Expand
)
Author
2019-05-16
Remove incorrect type equality check in usual arithmetic conversions
Michael Forney
2019-05-08
Bump size of va_list to 32 to support both x86_64 and aarch64
Michael Forney
2019-04-23
Fix integer promotion on bit-fields
Michael Forney
2019-04-21
Keep track of type properties in type
Michael Forney
2019-04-20
Make basic types have their own kind
Michael Forney
2019-04-20
Shorten some names with 'long'
Michael Forney
2019-04-10
type: unions are object types
Michael Forney
2019-04-06
Use common code for checking for compatibility of base type for derived types
Michael Forney
2019-04-06
Track type qualifiers separately
Michael Forney
2019-04-06
Separate unqualified type and qualifiers in struct param
Michael Forney
2019-04-04
Merge headers into cc.h
Michael Forney
2019-04-03
Error on bit-field access for now
Michael Forney
2019-03-14
Abbreviate tag names
Michael Forney
2019-03-13
Drop base parameter from mktype
Michael Forney
2019-02-19
Add missing lvalue conversions
Michael Forney
2019-02-18
void is an incomplete type
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
Improve old-style function declaration support
Michael Forney
2019-02-15
Don't embed anonymous struct members into parent
Michael Forney
2019-02-15
Use bool typedef in .c files
Michael Forney
2019-02-15
Rename emit.h -> backend.h
Michael Forney
2019-02-12
Fix nested arrays
Michael Forney
2019-02-12
Initial import
Michael Forney