aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/verifier/expr_constexpr.good
AgeCommit message (Expand)AuthorFilesLines
2020-08-16Add "char" typeSamuel Lidén Borell1-3/+3
2020-07-13Tests: Add missing return statements to testsSamuel Lidén Borell1-1/+1
2017-08-19Constexpr: Implement (in)equality operation for scalar typesSamuel Lidén Borell1-0/+15
2016-03-25Constexpr: Implement bitwise shifts, and refactor the code a bitSamuel Lidén Borell1-0/+8
2016-03-22Constexpr: Implement bitwise logic operators (bitand, bitor, bitxor)Samuel Lidén Borell1-0/+8
2016-03-01Constexpr: Fix char values >= 128 with string index operationSamuel Lidén Borell1-0/+4
2014-07-28Constexpr: Evaluate struct member expressionsSamuel Lidén Borell1-0/+5
2014-07-27Verifier: Use constexpr in more placesSamuel Lidén Borell1-0/+8
2014-05-29Constexpr: Test that statement expressions are not evaluated by constexprSamuel Lidén Borell1-0/+6
2014-04-05Add "NaN" and "inf" floating point valuesSamuel Lidén Borell1-0/+4
2013-09-14Constexpr: Evaluate array index expressionsSamuel Lidén Borell1-1/+9
2013-09-14Basic evaluation of constant expressionsSamuel Lidén Borell1-0/+92