aboutsummaryrefslogtreecommitdiffhomepage
path: root/errortest/mainapp/funcchk.slul
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-05-02exprchk: Constant evaluation of comparison operatorsSamuel Lidén Borell1-0/+3
2024-04-28Parser: Split "too many }" errorSamuel Lidén Borell1-2/+8
2024-02-05Parser: Better errors for invalid local variable declarationsSamuel Lidén Borell1-3/+31
2023-08-16Fix missing "Operation has no effect" error in some casesSamuel Lidén Borell1-1/+16
2023-08-16Parser: Improve error message on missing "}" before "else"Samuel Lidén Borell1-0/+19
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-05-21Update error messages in test alsoSamuel Lidén Borell1-5/+5
2023-05-17Enable some tests that are working nowSamuel Lidén Borell1-2/+2
2023-04-29More improvements to error locations. Add check of .typeident syntaxSamuel Lidén Borell1-6/+23
2023-04-29Report errors at end-of-line at the correct locationSamuel Lidén Borell1-3/+8
2023-04-09Improve error message for missing { at start of blockSamuel Lidén Borell1-0/+13
2023-04-08Improve error messages in declarationsSamuel Lidén Borell1-0/+11
2022-11-12Update TODOs (regarding error messages, 32 bit Windows, etc.)Samuel Lidén Borell1-0/+1
2022-11-06Fix error handling/recovery in exprchk/funcchkSamuel Lidén Borell1-3/+2
2022-11-06Fix unintended errors in errortest test casesSamuel Lidén Borell1-1/+1
2022-11-01Fix bugs found with afl++. Add missing test fileSamuel Lidén Borell1-0/+43
2022-10-24Require default: to come last in switch statementsSamuel Lidén Borell1-0/+33
2022-10-22Basic checking of for loopsSamuel Lidén Borell1-0/+30
2022-10-16Basic checking of integer typesSamuel Lidén Borell1-0/+1
2022-08-05Fix bug with {}-less blocks. Fix handling of too deep block depthSamuel Lidén Borell1-0/+16
2022-08-04Tracking of variables definednessSamuel Lidén Borell1-0/+1
2022-07-26Fix assertion failures in the verifier (part 2)Samuel Lidén Borell1-0/+29
2022-07-25Fix assertion failures in the verifier (part 1)Samuel Lidén Borell1-0/+32
2022-07-24Fix assertion failures and Internal Compiler Errors in the verifierSamuel Lidén Borell1-0/+12
2022-07-18Fix/improve checking of return statementsSamuel Lidén Borell1-0/+4
2022-07-18Checking of expr/if/while/assert statementsSamuel Lidén Borell1-0/+39