2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove -Werror flag as it caused too many compatibility issues More... 5 months ago
sema/typeval: Fix type mismatch More... 5 months ago
sema/format: Fix type mismatch in header More... 5 months ago
unformat: Remove unused row variable/iterator More... 5 months ago
Fix attribute fallthrough issue on older compilers More... about 1 year ago
Fix clang warning about parenthesis More... over 1 year ago
parse/lhs: unconditionally initialize clone More... over 1 year ago
parse/lhs: Fix invalid enum assignment in lhs More... over 1 year ago
Fix potential NULL dereference More... over 1 year ago
sema/typeval.c: unconditionally initialize tv.integer More... about 5 years ago
file.c: make the fallthrough explicit More... about 5 years ago
Merge pull request #42 from violetamenendez/patch-1 More... over 5 years ago
Update README.md git command
Violeta Menéndez González
as Violeta Menendez Gonzalez
More... over 5 years ago
Merge pull request #41 from CodethinkLabs/franred/use-mktemp-instead-of-tempfile More... about 6 years ago
Use mktemp instead of tempfile
franred
as Francisco Redondo Marchena
More... about 6 years ago
Merge pull request #40 from CodethinkLabs/franred/warn-star-usage-on-variable-not-declaration More... about 6 years ago
Fix typo in no-warn-no-logical-if argument name
franred
as Francisco Redondo Marchena
More... about 6 years ago
Warn when star is in LHS of the declaration
franred
as Francisco Redondo Marchena
More... about 6 years ago
Merge pull request #39 from CodethinkLabs/franred/update-test-to-enable-no-logical-if-warning More... about 6 years ago
Update tests to include no logical-if-warning
franred
as Francisco Redondo Marchena
More... about 6 years ago
Merge pull request #38 from CodethinkLabs/franred/warn-when-not-logic-ifs More... about 6 years ago
Warn when if condition is not a logical expression
franred
as Francisco Redondo Marchena
More... about 6 years ago
Merge pull request #37 from CodethinkLabs/franred/add-stderr-log-organiser More... about 6 years ago
Add stderr logs organiser
franred
as Francisco Redondo Marchena
More... about 6 years ago
Use https for tests submodule so that non-developers can clone easily More... over 6 years ago
Support dprintf on systems where it isn't natively available More... over 6 years ago
Mark all subroutine call arguments as used
Violeta Menéndez González
as Violeta Menendez Gonzalez
More... over 7 years ago
Move argument checking to ofc_sema_scope_decl_find__create
Violeta Menéndez González
as Violeta Menendez Gonzalez
More... over 7 years ago
Change global pass for arguments that are not declared
Violeta Menéndez González
as Violeta Menendez Gonzalez
More... over 7 years ago
Add dummy_arg structure to handle function and subroutine calls arguments
Violeta Menéndez González
as Violeta Menendez Gonzalez
More... over 7 years ago