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
/
cc.h
Age
Commit message (
Expand
)
Author
2019-04-23
Fix integer promotion on bit-fields
Michael Forney
2019-04-23
expr: Use tokstr in ++/-- operator error messages
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-17
htab -> map
Michael Forney
2019-04-17
Improve token descriptions in errors
Michael Forney
2019-04-17
Implement bit-field initializers
Michael Forney
2019-04-16
Implement __builtin_types_compatible_p
Michael Forney
2019-04-14
Initial support for loading/storing bit-fields
Michael Forney
2019-04-13
Revert "Fold constexpr function into intconstexpr"
Michael Forney
2019-04-06
Track type qualifiers separately
Michael Forney
2019-04-06
Separate unqualified type and qualifiers in struct decl
Michael Forney
2019-04-06
Separate unqualified type and qualifiers in struct member
Michael Forney
2019-04-06
Separate unqualified type and qualifiers in struct param
Michael Forney
2019-04-06
Separate unqualified type and qualifiers in struct expr
Michael Forney
2019-04-05
expr: Use separate fields for lvalue and decayed instead of flags
Michael Forney
2019-04-04
Move type definitions to the top of cc.h
Michael Forney
2019-04-04
Use `enum tokenkind` for op in struct expr
Michael Forney
2019-04-04
Remove unnecessary forward struct declarations
Michael Forney
2019-04-04
Merge headers into cc.h
Michael Forney
[prev]