aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-02-26Zero uninitialized decls/returns.Andrew Chambers
2019-02-24scan: Handle escaped newlinesMichael Forney
2019-02-22Make sure to zero the rest of an array initialized with a stringMichael Forney
2019-02-22Fix size of incomplete array types initialized with stringsMichael Forney
2019-02-22Implement __builtin_nanf for empty string literalsMichael Forney
2019-02-22Implement __builtin_inffMichael Forney
2019-02-22Implement __builtin_allocaMichael Forney
2019-02-22Fix adding integer to pointerMichael Forney
2019-02-21Emit complete union type definitions instead of just using the first memberMichael Forney
2019-02-20Fix emittype for unionsMichael Forney
2019-02-20eval: Handle nested offset address constantsMichael Forney
2019-02-20Fix definitions for nested structsMichael Forney
2019-02-19Implement __builtin_va_copyMichael Forney
2019-02-19Add missing lvalue conversionsMichael Forney
2019-02-18Simplify test added in 9f964b7281Michael Forney
2019-02-18Fix compatible check for basic typesMichael Forney
2019-02-17Make enum types compatible with their corresponding integer type (int)Michael Forney
2019-02-17Fix sizeof with unparenthesized postfix or compound literal expressionMichael Forney
2019-02-17Allow computing address of non-lvalue structs/unionsMichael Forney
2019-02-17Fix returning struct/union typesMichael Forney
2019-02-17Improve old-style function declaration supportMichael Forney
2019-02-16Extend char/short types before comparingMichael Forney
2019-02-16Allow labels with same name as typedefMichael Forney
2019-02-14Allow initializing array with longer stringsMichael Forney
2019-02-14Handle compound literals in global initializersMichael Forney
2019-02-14When subtracting pointers, divide after subtractionMichael Forney
2019-02-13Ignore qualifiers when parsing initializersMichael Forney
2019-02-13Implement __builtin_va_argMichael Forney
2019-02-13Compare to node value first when looking for switch destinationMichael Forney
2019-02-13Add missing trailing newlinesMichael Forney
2019-02-12Fix union sizes and member offsetsMichael Forney
2019-02-12Fix nested arraysMichael Forney
2019-02-12Initial importMichael Forney