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
/
decl.c
Age
Commit message (
Expand
)
Author
2021-09-06
decl: Relax restrictions for 0-length array member
Michael Forney
2021-09-06
Fix type-checking of va_list arguments to varargs built-ins
Michael Forney
2021-08-15
decl: Don't accept abstract function declarator when disallowed
Michael Forney
2021-07-02
qbe: Remove repr from struct value and use per-instruction class instead
Michael Forney
2021-07-01
decl: Check that the flexible array member (if present) is last
Michael Forney
2021-07-01
decl: Disallow members with incomplete types
Michael Forney
2021-07-01
decl: Check that struct/union has at least one member
Michael Forney
2021-06-28
Add stringconcat function to concatenate adjacent string literals
Michael Forney
2021-04-11
decl: Allow _Static_assert in struct declaration
Michael Forney
2021-04-11
decl: Allow _Alignas(0)
Michael Forney
2020-06-03
Revert "decl: Allow out-of-range enum constants when they don't change type"
Michael Forney
2020-06-03
decl: Allow out-of-range enum constants when they don't change type
Michael Forney
2020-06-02
decl: Improve error message for out-of-range enum constants
Michael Forney
2020-03-16
decl: Simplify struct tag parsing slightly
Michael Forney
2020-01-30
decl: Better check for inline definitions
Michael Forney
2020-01-30
decl: Use list link to determine presence in tentative definition list
Michael Forney
2019-11-19
decl: Parse array size as an assignment-expression
Michael Forney
2019-08-13
decl: Allow _Static_assert with no message
Michael Forney
2019-08-13
decl: Separate _Static_assert handling to its own function
Michael Forney
2019-08-11
decl: Allow enumerator values up to UINT_MAX
Michael Forney
2019-07-10
decl: Display message when _Static_assert fails
Michael Forney
2019-06-18
decl: _Thread_local is not yet supported
Michael Forney
2019-06-04
Fix non-adjacent bit-fields
Michael Forney
2019-06-02
decl: Disallow enumerator values that aren't representable as 'int'
Michael Forney
2019-05-19
decl: Allow zero length arrays
Michael Forney
2019-05-18
decl: Give a better error message when a VLA is used
Michael Forney
2019-05-16
decl: Qualifiers of array type are for element type
Michael Forney
2019-05-16
decl: extern storage class with initializer is still a definition
Michael Forney
2019-05-15
Implement asm labels
Michael Forney
2019-05-15
decl: Don't emit function if inline is specified without static or extern
Michael Forney
2019-05-14
Use correct terminology in error message
Michael Forney
2019-05-14
decl: Factor out some code common to function and object declarations
Michael Forney
2019-05-12
Improve error message and simplify slightly
Michael Forney
2019-04-27
Unnamed bit-fields don't contribute to size or alignment of unions, or size o...
Michael Forney
2019-04-27
Fix some function declarator corner cases
Michael Forney
2019-04-24
Use a common member for expression base
Michael Forney
2019-04-24
Free functions when we're done with them
Michael Forney
2019-04-24
Disallow struct members with function type
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
Merge map.h and tree.h into util.h
Michael Forney
2019-04-17
Just use a single mapkey function
Michael Forney
2019-04-17
htab -> map
Michael Forney
2019-04-17
Fix bit-field offsets in unions
Michael Forney
2019-04-17
Implement bit-field initializers
Michael Forney
2019-04-16
Use undecayed type in __typeof__
Michael Forney
2019-04-15
Silence gcc warning
Michael Forney
2019-04-15
decl: Fix uninitialized access with unnamed bit-fields
Michael Forney
2019-04-14
decl: Make signedness of enum types match gcc
Michael Forney
[next]