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
/
token.c
Age
Commit message (
Expand
)
Author
2024-04-02
map: Use simpler fnv-1a hash function
Michael Forney
2022-08-05
Add new C23 keywords
Michael Forney
2022-02-10
Remove one last use of _Noreturn
Michael Forney
2022-01-01
Remove dependency on signed integer representation
Michael Forney
2020-06-05
Help gcc see that variables are not used uninitialized
Michael Forney
2020-03-18
token: Handle TEOF in tokendesc
Michael Forney
2020-03-17
token: Add TOTHER for other non-whitespace tokens
Michael Forney
2020-03-17
pp: Add support for macro definition and expansion
Michael Forney
2020-03-16
token: Add tokencheck utility function
Michael Forney
2020-03-16
token: Rename some functions
Michael Forney
2019-08-13
scan: Add `::` operator
Michael Forney
2019-08-13
decl: Separate _Static_assert handling to its own function
Michael Forney
2019-04-29
Add __asm__ keyword
Michael Forney
2019-04-29
Add __typeof__ to tokstr
Michael Forney
2019-04-23
expr: Use tokstr in ++/-- operator error messages
Michael Forney
2019-04-17
Improve token descriptions in errors
Michael Forney
2019-04-04
Merge headers into cc.h
Michael Forney
2019-02-13
Make __builtin_va_list a built-in declaration, not keyword
Michael Forney
2019-02-12
Initial import
Michael Forney