2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Print the original type in a warning, not the skipped type. More... about 17 years ago
Ignore type declarations when checking for const attributes. More... about 17 years ago
Avoid undefined behaviour by avoiding pointing one before the first element of an array. More... about 17 years ago
Skip #pragmas. More... about 17 years ago
Correctly handle input of "??", which is not followed by a valid character for a trigraph. More... about 17 years ago
Parse floating point numbers, which start with a decimal point. More... about 17 years ago
Handle pointer types correctly in the format checker and print the length modifier in the warning. More... about 17 years ago
Repair the order of tokens. More... about 17 years ago
Assert that tokens are initialized in a somewhat correct order. More... about 17 years ago
Count all local _scalar_ declarations for the local variable limit. More... about 17 years ago
Fix test reference data. More... about 17 years ago
Add missing skip_typeref()s. More... about 17 years ago
remove debug printfs More... about 17 years ago
align doubles to 4 bytes, improve bitfield handling More... about 17 years ago
Select parameters from the correct frame. More... about 17 years ago
add %Y diagnostic modifier for symbols and make use of it More... about 17 years ago
started working on bitfields More... about 17 years ago
add -U option More... about 17 years ago
add --strict option (replacing STRICT_C99 define) More... about 17 years ago
- some doxygen comments added - added an error and warning count - renamed allocate_initializer() to allocate_initializer_zero() like other allocators - implemented has_const_fields() - fixed some typos More... about 17 years ago
Fix parsing of function-like syntax elements. More... about 17 years ago
__builtin_prefetch implemented More... about 17 years ago
fixed a bunch of icc warnings More... about 17 years ago
__builtin_constant_p() implemented More... about 17 years ago
New diagnostic functions diagnosticf(), errorf() and warningf() replacing the ad-hoc method. More... about 17 years ago
renamed declaration_type_t to declaration_kind_t More... about 17 years ago
implemented EXPR_BINARY_BUILTIN_EXPECT to firm More... about 17 years ago
add missing EXPR_ALIGNOF case, its always constant More... about 17 years ago
- implement __alignof__ - use SymConsts of sizeof, alignof - use new SymConst constructors More... about 17 years ago
add print_offset_expression(), print_statement_expression() More... about 17 years ago