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
Age
Commit message (
Expand
)
Author
2024-04-15
Remove support for non-prototype function declarations and definitions
Michael Forney
2024-04-15
decl: Improve check for function prototype consisting of only 'void'
Michael Forney
2024-04-13
decl: Include offending struct member in error messages
Michael Forney
2024-04-12
README: Update builds.sr.ht badge to only consider master branch
Michael Forney
2024-04-12
Use struct decl for function parameters
Michael Forney
2024-04-12
decl: Add name field to decl struct
Michael Forney
2024-04-12
decl: Use singly-linked list for tentative definitions
Michael Forney
2024-04-08
expr: Remove evalexpr() and just use condexpr() with eval()
Michael Forney
2024-04-07
Store length expression in array types
Michael Forney
2024-04-07
eval: Use enum instead of define for float/signed flags
Michael Forney
2024-04-07
decl: Remove unsufficient attempt to push qualifiers to array element type
Michael Forney
2024-04-07
init: Remove use of u.array.length
Michael Forney
2024-04-06
Remove some unnecessary use of array type length
Michael Forney
2024-04-06
expr: Check that _Generic association type has complete object type
Michael Forney
2024-04-04
test: Use C23 keywords in test data
Michael Forney
2024-04-04
type: Fix qualifiers of adjusted array types of parameters
Michael Forney
2024-04-03
LICENSE: Update copyright year
Michael Forney
2024-04-03
expr: Help gcc see that variables aren't used uninitialized
Michael Forney
2024-04-03
Use 'bool' in headers instead of '_Bool'
Michael Forney
2024-04-02
map: Use simpler fnv-1a hash function
Michael Forney
2024-03-29
Use C23 keywords in test data
Michael Forney
2024-03-24
decl: Implement GNU packed attribute
Michael Forney
2024-03-24
Fix printf format specifier
Michael Forney
2024-03-24
decl: Check alignment range
Michael Forney
2024-03-24
attr: Parse some GNU attributes
Michael Forney
2024-03-24
attr: Add support for GNU syntax
Michael Forney
2024-03-24
Add support for C23 attribute syntax
Michael Forney
2024-03-24
map: Use separately allocated struct map
Michael Forney
2024-03-23
README: Fix issue tracker link
Jason Lenz
2024-03-23
expr: Keep track of storage duration of compound literals
Michael Forney
2024-03-23
CI: Add patch for openbsd to use __builtin_va_list on all compilers
Michael Forney
2024-03-23
Add test for unreachable statements
Michael Forney
2024-03-23
Add tests for standard enum types
Michael Forney
2024-03-23
Change type of u8 string literals to unsigned char for C23
Michael Forney
2024-03-23
Remove qbe submodule
Michael Forney
2024-03-22
CI: Use upstream QBE in Debian aarch64 build
Michael Forney
2024-03-22
builds: Use freebsd/latest
Michael Forney
2024-03-22
Implement C23 nullptr constant
Michael Forney
2024-03-22
pp: Fix nullptr keyword
Michael Forney
2024-03-22
doc/c23: Document typeof/typeof_unqual
Michael Forney
2024-03-22
decl: Implement typeof_unqual
Michael Forney
2024-03-22
doc/c23: Fix links to enum documents
Michael Forney
2024-03-22
doc/extensions: Remove extensions now standardized in C23
Michael Forney
2024-03-22
Use C23 spelling of typeof in tests
Michael Forney
2024-03-21
decl: Add support for enums with large values and fixed underlying types
Michael Forney
2024-03-16
Store enum underlying type in base field
Michael Forney
2024-03-16
expr: Work around qualified array types for now
Michael Forney
2024-03-16
Fix C23 empty initializers
Michael Forney
2024-01-26
doc/software: Fix double negative
Michael Forney
2023-05-02
fix bootstrap by renaming constexpr()
Quentin Carbonneaux
[next]