aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/unittest/test_exprchk.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-30Put since-versions first in top-levels declarationsSamuel Lidén Borell1-3/+5
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-04-24Fix memory leaks in cfgalloc and in testsSamuel Lidén Borell1-12/+12
2023-04-08Improve error messages in declarationsSamuel Lidén Borell1-1/+1
2022-12-23winlibc: Fix test under winlibc and add tests cases. Add TODOSamuel Lidén Borell1-1/+1
2022-11-26Fix RPN of expressions after constant expression evaluationSamuel Lidén Borell1-8/+106
2022-11-06Fix error handling/recovery in exprchk/funcchkSamuel Lidén Borell1-4/+0
2022-11-05Unit test improvements and cleanupsSamuel Lidén Borell1-6/+18
2022-09-03Multi-directory makefile + break out testing functionsSamuel Lidén Borell1-0/+1
2022-06-15Remove support for multi-versioned symbols. Change syntax to "since X"Samuel Lidén Borell1-3/+3
2022-05-28Fix some clang -Weverything warningsSamuel Lidén Borell1-1/+1
2022-05-26Checking of expressions in return statementsSamuel Lidén Borell1-9/+1
2022-05-22Evaluation of constant boolean operationsSamuel Lidén Borell1-0/+49
2022-05-22Checking of idents and typeidents in exprsSamuel Lidén Borell1-3/+74
2022-05-16Add checking of referenced identifiers in exprsSamuel Lidén Borell1-0/+50
2022-05-15Basic checking of assign exprsSamuel Lidén Borell1-0/+21
2022-03-20Add file structure for expr/stmt/type checkersSamuel Lidén Borell1-0/+32