openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
cparser
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 121 of 132
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Print the original type in a warning, not the skipped type.
Christoph Mallon
More...
about 17 years ago
Ignore type declarations when checking for const attributes.
Christoph Mallon
More...
about 17 years ago
Avoid undefined behaviour by avoiding pointing one before the first element of an array.
Christoph Mallon
More...
about 17 years ago
Skip #pragmas.
Christoph Mallon
More...
about 17 years ago
Correctly handle input of "??", which is not followed by a valid character for a trigraph.
Christoph Mallon
More...
about 17 years ago
Parse floating point numbers, which start with a decimal point.
Christoph Mallon
More...
about 17 years ago
Handle pointer types correctly in the format checker and print the length modifier in the warning.
Christoph Mallon
More...
about 17 years ago
Repair the order of tokens.
Christoph Mallon
More...
about 17 years ago
Assert that tokens are initialized in a somewhat correct order.
Christoph Mallon
More...
about 17 years ago
Count all local _scalar_ declarations for the local variable limit.
Christoph Mallon
More...
about 17 years ago
Fix test reference data.
Christoph Mallon
More...
about 17 years ago
Add missing skip_typeref()s.
Christoph Mallon
More...
about 17 years ago
remove debug printfs
Matthias Braun
More...
about 17 years ago
align doubles to 4 bytes, improve bitfield handling
Matthias Braun
More...
about 17 years ago
Select parameters from the correct frame.
Christoph Mallon
More...
about 17 years ago
add %Y diagnostic modifier for symbols and make use of it
Matthias Braun
More...
about 17 years ago
started working on bitfields
Matthias Braun
More...
about 17 years ago
add -U option
Michael Beck
More...
about 17 years ago
add --strict option (replacing STRICT_C99 define)
Michael Beck
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
Michael Beck
More...
about 17 years ago
Fix parsing of function-like syntax elements.
Christoph Mallon
More...
about 17 years ago
__builtin_prefetch implemented
Michael Beck
More...
about 17 years ago
fixed a bunch of icc warnings
Matthias Braun
More...
about 17 years ago
__builtin_constant_p() implemented
Michael Beck
More...
about 17 years ago
New diagnostic functions diagnosticf(), errorf() and warningf() replacing the ad-hoc method.
Christoph Mallon
More...
about 17 years ago
renamed declaration_type_t to declaration_kind_t
Michael Beck
More...
about 17 years ago
implemented EXPR_BINARY_BUILTIN_EXPECT to firm
Michael Beck
More...
about 17 years ago
add missing EXPR_ALIGNOF case, its always constant
Michael Beck
More...
about 17 years ago
- implement __alignof__ - use SymConsts of sizeof, alignof - use new SymConst constructors
Michael Beck
More...
about 17 years ago
add print_offset_expression(), print_statement_expression()
Michael Beck
More...
about 17 years ago
←
1
2
…
117
118
119
120
121
122
123
124
125
…
131
132
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree