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
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 7 of 132
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
cleanup: Clean up parse_elif_directive() a bit.
Christoph Mallon
More...
almost 9 years ago
preprocessor: Resolve two warnings about missing initializers.
Christoph Mallon
More...
almost 9 years ago
preprocessor: Print the plain token in the error message about invalid preprocessing directives.
Christoph Mallon
More...
almost 9 years ago
diagnostic: Support printing the plain token with '%#K'.
Christoph Mallon
More...
almost 9 years ago
preprocessor: Fix location of error messages when handling #else and #endif.
Christoph Mallon
More...
almost 9 years ago
preprocessor: Print the name of missing include files with the appropriate delimiter in the error message.
Christoph Mallon
More...
almost 9 years ago
preprocessor: Show a note where the previous macro parameter of the same name is.
Christoph Mallon
More...
almost 9 years ago
preprocessor: Correct stored location of macro parameters.
Christoph Mallon
More...
almost 9 years ago
cleanup: Simplify skip_whitespace() a bit.
Christoph Mallon
More...
almost 9 years ago
cleanup: Use initializer lists/compound literals instead of memset() and assignments.
Christoph Mallon
More...
almost 9 years ago
preprocessor: Do not accidently accept '... ...' in the macro parameter list.
Christoph Mallon
More...
almost 9 years ago
preprocessor: Use OALLOCZ().
Christoph Mallon
More...
almost 9 years ago
preprocessor: Improve error message.
Christoph Mallon
More...
almost 9 years ago
Improve error location concerning universal characters.
Christoph Mallon
More...
almost 9 years ago
Print the diagnostic summary in one place.
Christoph Mallon
More...
almost 9 years ago
driver: Turn an internal error from errorf() into a panic().
Christoph Mallon
More...
almost 9 years ago
When encountering an erroneous expression in parse_integer_constant_expression(), mark it as such.
Christoph Mallon
More...
almost 9 years ago
Fail early, when a designator list is empty.
Christoph Mallon
More...
almost 9 years ago
Ensure that the parameters of function declaratators after the first one are not recored in the scope.
Christoph Mallon
More...
almost 9 years ago
Check whether the expression has error type first in is_constant_expression().
Christoph Mallon
More...
almost 9 years ago
Assert that the declarations in complete_incomplete_arrays() actually are arrays.
Christoph Mallon
More...
almost 9 years ago
Show a nice warning message, when a '\' ist at EOF.
Christoph Mallon
More...
almost 9 years ago
Do not skip the character of an invalid escape sequence and improve the warning message.
Christoph Mallon
More...
almost 9 years ago
Do not put the invalid marker into a string after an invalid escape sequence was detected.
Christoph Mallon
More...
almost 9 years ago
Assert that the input to obstack_grow_utf8() is valid.
Christoph Mallon
More...
almost 9 years ago
Add missing skip_typeref().
Christoph Mallon
More...
almost 9 years ago
Avoid follow-up errors when an expression has error type.
Christoph Mallon
More...
almost 9 years ago
Small cleanup.
Christoph Mallon
More...
almost 9 years ago
Never treat compound literals as integer constant expressions.
Christoph Mallon
More...
almost 9 years ago
Report an error when ({}) is used outside of a function.
Christoph Mallon
More...
almost 9 years ago
←
1
2
3
4
5
6
7
8
9
10
11
…
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