2
I Use This!
Activity Not Available

Commits : Listings

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