Implement STRUCTURE to TYPE pass |
|
More...
|
over 9 years ago
|
Add a warning for jumping to a FORMAT statement but allow it |
|
More...
|
over 9 years ago
|
Add include file printing |
|
More...
|
over 9 years ago
|
Support stride in slices |
|
More...
|
over 9 years ago
|
Warn about unused labels |
|
More...
|
over 9 years ago
|
Print ELSE IF nicely |
|
More...
|
over 9 years ago
|
Rework how FORMAT labels are handled to improve warnings |
|
More...
|
over 9 years ago
|
Fix sparse ref for common and structure |
|
More...
|
over 9 years ago
|
Resolve label expressions where possible or error |
|
More...
|
over 9 years ago
|
Add language keyword check to namespace collision check |
|
More...
|
over 9 years ago
|
Print more specific warning on namespace collision |
|
More...
|
over 9 years ago
|
Add --no-warn-namespace-col CLI argument |
|
More...
|
over 9 years ago
|
Add namespace collision check for scope |
|
More...
|
over 9 years ago
|
Ensure upper bound isn't lower than lower bound in array slice |
|
More...
|
over 9 years ago
|
Sema label expressions explicitly so we can resolve them later |
|
More...
|
over 9 years ago
|
Add foreach functions to iterate over statements and expressions |
|
More...
|
over 9 years ago
|
Add ofc_sema_common_map_find method |
|
More...
|
over 9 years ago
|
Add support for WHILE (cond) DO...END DO construct |
|
More...
|
over 9 years ago
|
For boolean operators, cast to logical rather than type promoting |
|
More...
|
over 9 years ago
|
Don't warn about unused COMMON variables |
|
More...
|
over 9 years ago
|
Don't warn about unused PARAMETERs |
|
More...
|
over 9 years ago
|
Remove uninitialized variable warning due to false positives |
|
More...
|
over 9 years ago
|
Remove support for duplicated PROGRAM and BLOCK DATA statements |
|
More...
|
over 9 years ago
|
Support labels on END scope statements |
|
More...
|
over 9 years ago
|
Warn when using comparison operators on logical and character types |
|
More...
|
over 9 years ago
|
Update tests to handle includes |
|
More...
|
over 9 years ago
|
Remove implicit rules from stmt func so it inherits properly |
|
More...
|
over 9 years ago
|
Remove debug binaries as a dependency for test-report-lite |
|
More...
|
over 9 years ago
|
Improve how we determine arguments and return values |
|
More...
|
over 9 years ago
|
Fix memory leak in array decls |
|
More...
|
over 9 years ago
|