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 125 of 132
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
add some assert where typedef/typeof types should not be used, add missing skip_typeref in call semantic
Matthias Braun
More...
about 17 years ago
fix array_access in ast2firm
Matthias Braun
More...
about 17 years ago
build unknown if return value is missing
Matthias Braun
More...
about 17 years ago
handle automatic type conversion of array and function types like described in the C standard
Matthias Braun
More...
about 17 years ago
Skip typerefs when comparing the pointed-to types of pointers.
Christoph Mallon
More...
about 17 years ago
Respect the signedness of char.
Christoph Mallon
More...
about 17 years ago
change back union stuff and expriment with new union mode for initializers
Matthias Braun
More...
about 17 years ago
Implement enums.
Christoph Mallon
More...
about 17 years ago
workaround for not allowed construction: [] not on toplevel ... for now, use [1] and replace the whole thing by a list someday
Michael Beck
More...
about 17 years ago
replaced the different type types by one union type saving a lot of casts (and adding more field specifier :-)
Michael Beck
More...
about 17 years ago
fixed overrun handling
Michael Beck
More...
about 17 years ago
fixed warning: unix strtold expect char*
Michael Beck
More...
about 17 years ago
introduce type_qualifiers_t type and remove a lot of warnings
Michael Beck
More...
about 17 years ago
replaced the different statement types by one union type saving a lot of casts (and adding more field specifier :-)
Michael Beck
More...
about 17 years ago
BugFix: a break from a case label does not leave a loop
Michael Beck
More...
about 17 years ago
replaced the different initializer types by one union type saving a lot of casts
Michael Beck
More...
about 17 years ago
- replaced strtoull() function by own implementation (now available on Win32) - use isxdigit() instead of own function - use strtod() instead of now existing strtold() on Win32 for now
Michael Beck
More...
about 17 years ago
use NORETURN macro instead of gcc like __attribute__(noreturn)
Michael Beck
More...
about 17 years ago
fixed some warnings
Michael Beck
More...
about 17 years ago
implement semantic_assign like the C standard describes it
Matthias Braun
More...
about 17 years ago
string literals as array intiailizers are supported now
Matthias Braun
More...
about 17 years ago
there might be extra commas after } initializer
Matthias Braun
More...
about 17 years ago
more missing skip_typerefs
Matthias Braun
More...
about 17 years ago
support initializers for local variables with struct/array type
Matthias Braun
More...
about 17 years ago
fix some bugs introduces with my last committ
Matthias Braun
More...
about 17 years ago
fix array declarator parsing, fix a memory error in constructing declarator types
Matthias Braun
More...
about 17 years ago
fix printing of array types
Matthias Braun
More...
about 17 years ago
make enum entries use an expression instead of an initializer, set array type size from initializer if it wasn't specified
Matthias Braun
More...
about 17 years ago
implement statement expressions
Matthias Braun
More...
about 17 years ago
support for alloca
Matthias Braun
More...
about 17 years ago
←
1
2
…
121
122
123
124
125
126
127
128
129
130
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