2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add basic support for F95 RESHAPE statement More... almost 8 years ago
Allow CHARACTER statements with length *
Violeta Menéndez González
as Violeta Menendez Gonzalez
More... almost 8 years ago
Add support for F90 array initializers More... almost 8 years ago
Add function type for INTRINSIC function declarations
Violeta Menéndez González
as Violeta Menendez Gonzalez
More... almost 8 years ago
Add support for parsing f90 PARAMETER attribute More... almost 8 years ago
Add support for parsing f90 DIMENSION attribute More... almost 8 years ago
Add support for alternate return arguments in global checking
Violeta Menéndez González
as Violeta Menendez Gonzalez
More... almost 8 years ago
Check attempts to overwrite constant values in functions and subroutines
Violeta Menéndez González
as Violeta Menendez Gonzalez
More... almost 8 years ago
Handle multi-line Errors/Warnings
Violeta Menéndez González
as Violeta Menendez Gonzalez
More... almost 8 years ago
Add copyright and license head to global files
Violeta Menéndez González
as Violeta Menendez Gonzalez
More... almost 8 years ago
Fix reference issue with scope statements
Violeta Menéndez González
as Violeta Menendez Gonzalez
More... almost 8 years ago
Add unused COMMON block pass More... almost 8 years ago
Check for COMMON block type mismatches across multiple files More... almost 8 years ago
Check for unused function and subroutines, and for argument mismatches
Violeta Menéndez González
as Violeta Menendez Gonzalez
More... almost 8 years ago
Add option to print direct COMMON block usage for a list of files More... almost 8 years ago
Fix minor bug
Violeta Menéndez González
as Violeta Menendez Gonzalez
More... almost 8 years ago
Create super scope for multi-file analysis passes More... almost 8 years ago
Change ownership of condensed source and parse tree More... almost 8 years ago
Only VARIABLE(ARRAY) type LHS may be a function call More... almost 8 years ago
Support parsing SAVE/STAATIC keyword in F90 style declarations More... almost 8 years ago
Fix NULL dereference in do_loop analysis More... almost 8 years ago
Fix NULL dereference in variable expr analysis More... almost 8 years ago
Fix incorrect check in unused decl pass More... almost 8 years ago
Fix memory leak in structure analysis More... almost 8 years ago
Fix over-allocation on expr list copy More... almost 8 years ago
Fix memory leak in parse expr More... almost 8 years ago
Fix potential memory leak in dummy argument parsing More... almost 8 years ago
Fix some minor bugs in CYCLE and EXIT More... almost 8 years ago
Refactor IMPLICIT DO code
Violeta Menéndez González
as Violeta Menendez Gonzalez
More... almost 8 years ago
Fix bug in semanticizine EXIT statement More... almost 8 years ago