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 128 of 132
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix r459: array_type_t is not pointer_type_t.
Christoph Mallon
More...
about 17 years ago
Inline load_from_expression_addr() into its only user.
Christoph Mallon
More...
about 17 years ago
Handle IR generation for dereferencing pointers to non-scalar types.
Christoph Mallon
More...
about 17 years ago
Unary * handles arrays, too. Improve the error message, when the argument is neither an array nor a pointer.
Christoph Mallon
More...
about 17 years ago
use short-circuit evaluation like the master taught us
Matthias Braun
More...
about 17 years ago
Handle IR generation for selection of non-scalar types from a compound type.
Christoph Mallon
More...
about 17 years ago
Handle IR generation for access to global variables of compound type.
Christoph Mallon
More...
about 17 years ago
Handle IR generation for subscription of arrays with non-scalar element type.
Christoph Mallon
More...
about 17 years ago
&& and || accept scalar types, not only arithmetic types.
Christoph Mallon
More...
about 17 years ago
implement ++ and -- for pointers
Matthias Braun
More...
about 17 years ago
Handle implicit casts from 0 to pointers in comparisons.
Christoph Mallon
More...
about 17 years ago
Handle implicit casts from 0 to pointers.
Christoph Mallon
More...
about 17 years ago
Use skip_typeref() to determine the types in conditional expressions.
Christoph Mallon
More...
about 17 years ago
Generate IR for /= and %=.
Christoph Mallon
More...
about 17 years ago
Remove redundant calls to error().
Christoph Mallon
More...
about 17 years ago
Handle non-extern declarations after extern declarations correctly, warn about redundant declarations, issue an error for multiple declarations with incompatible storage classes.
Christoph Mallon
More...
about 17 years ago
__typeof__ is a GNU extension
Michael Beck
More...
about 17 years ago
Warn about empty declarations.
Christoph Mallon
More...
about 17 years ago
Ignore parameters beginning with -D, -O or -f for now and print a warning.
Christoph Mallon
More...
about 17 years ago
Do not set options which do not exist anymore.
Christoph Mallon
More...
about 17 years ago
add some casts to suppress warnings
Michael Beck
More...
about 17 years ago
preliminary Win32 support added
Michael Beck
More...
about 17 years ago
use new TYPE_QUALIFIER_NONE to suppress warning
Michael Beck
More...
about 17 years ago
add TYPE_QUALIFIER_NONE to suppress warnings (use it instead of 0)
Michael Beck
More...
about 17 years ago
removed abort() declaration, use from stdlib.h
Michael Beck
More...
about 17 years ago
it's __GNUC__ not __GCC__
Matthias Braun
More...
about 17 years ago
Handle fallthrough when generating IR for case labels.
Christoph Mallon
More...
about 17 years ago
Make sure to generate a default ProjX for switch()es, even if there is no default: label.
Christoph Mallon
More...
about 17 years ago
__attribute__ is a GCC extension
Michael Beck
More...
about 17 years ago
Parse octal escape sequences correctly: Do not swallow the first digit and read at most three digits.
Christoph Mallon
More...
about 17 years ago
←
1
2
…
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