| .. | 11-Jun-2018 | 4 KiB |
| .gitignore | 11-Jun-2018 | 54 |
| 000-content-with-spaces.c | 11-Jun-2018 | 38 |
| 000-content-with-spaces.c.expected | 11-Jun-2018 | 33 |
| 001-define.c | 11-Jun-2018 | 18 |
| 001-define.c.expected | 11-Jun-2018 | 3 |
| 002-define-chain.c | 11-Jun-2018 | 34 |
| 002-define-chain.c.expected | 11-Jun-2018 | 4 |
| 003-define-chain-reverse.c | 11-Jun-2018 | 34 |
| 003-define-chain-reverse.c.expected | 11-Jun-2018 | 4 |
| 004-define-recursive.c | 11-Jun-2018 | 60 |
| 004-define-recursive.c.expected | 11-Jun-2018 | 15 |
| 005-define-composite-chain.c | 11-Jun-2018 | 36 |
| 005-define-composite-chain.c.expected | 11-Jun-2018 | 6 |
| 006-define-composite-chain-reverse.c | 11-Jun-2018 | 36 |
| 006-define-composite-chain-reverse.c.expected | 11-Jun-2018 | 6 |
| 007-define-composite-recursive.c | 11-Jun-2018 | 66 |
| 007-define-composite-recursive.c.expected | 11-Jun-2018 | 33 |
| 008-define-empty.c | 11-Jun-2018 | 16 |
| 008-define-empty.c.expected | 11-Jun-2018 | 3 |
| 009-undef.c | 11-Jun-2018 | 33 |
| 009-undef.c.expected | 11-Jun-2018 | 8 |
| 010-undef-re-define.c | 11-Jun-2018 | 51 |
| 010-undef-re-define.c.expected | 11-Jun-2018 | 11 |
| 011-define-func-empty.c | 11-Jun-2018 | 20 |
| 011-define-func-empty.c.expected | 11-Jun-2018 | 3 |
| 012-define-func-no-args.c | 11-Jun-2018 | 24 |
| 012-define-func-no-args.c.expected | 11-Jun-2018 | 5 |
| 013-define-func-1-arg-unused.c | 11-Jun-2018 | 26 |
| 013-define-func-1-arg-unused.c.expected | 11-Jun-2018 | 3 |
| 014-define-func-2-arg-unused.c | 11-Jun-2018 | 32 |
| 014-define-func-2-arg-unused.c.expected | 11-Jun-2018 | 3 |
| 015-define-object-with-parens.c | 11-Jun-2018 | 44 |
| 015-define-object-with-parens.c.expected | 11-Jun-2018 | 14 |
| 016-define-func-1-arg.c | 11-Jun-2018 | 32 |
| 016-define-func-1-arg.c.expected | 11-Jun-2018 | 11 |
| 017-define-func-2-args.c | 11-Jun-2018 | 40 |
| 017-define-func-2-args.c.expected | 11-Jun-2018 | 15 |
| 018-define-func-macro-as-parameter.c | 11-Jun-2018 | 36 |
| 018-define-func-macro-as-parameter.c.expected | 11-Jun-2018 | 4 |
| 019-define-func-1-arg-multi.c | 11-Jun-2018 | 51 |
| 019-define-func-1-arg-multi.c.expected | 11-Jun-2018 | 30 |
| 020-define-func-2-arg-multi.c | 11-Jun-2018 | 64 |
| 020-define-func-2-arg-multi.c.expected | 11-Jun-2018 | 38 |
| 021-define-func-compose.c | 11-Jun-2018 | 58 |
| 021-define-func-compose.c.expected | 11-Jun-2018 | 16 |
| 022-define-func-arg-with-parens.c | 11-Jun-2018 | 62 |
| 022-define-func-arg-with-parens.c.expected | 11-Jun-2018 | 41 |
| 023-define-extra-whitespace.c | 11-Jun-2018 | 189 |
| 023-define-extra-whitespace.c.expected | 11-Jun-2018 | 18 |
| 024-define-chain-to-self-recursion.c | 11-Jun-2018 | 38 |
| 024-define-chain-to-self-recursion.c.expected | 11-Jun-2018 | 6 |
| 025-func-macro-as-non-macro.c | 11-Jun-2018 | 29 |
| 025-func-macro-as-non-macro.c.expected | 11-Jun-2018 | 9 |
| 026-define-func-extra-newlines.c | 11-Jun-2018 | 30 |
| 026-define-func-extra-newlines.c.expected | 11-Jun-2018 | 6 |
| 027-define-chain-obj-to-func.c | 11-Jun-2018 | 52 |
| 027-define-chain-obj-to-func.c.expected | 11-Jun-2018 | 10 |
| 028-define-chain-obj-to-non-func.c | 11-Jun-2018 | 50 |
| 028-define-chain-obj-to-non-func.c.expected | 11-Jun-2018 | 10 |
| 029-define-chain-obj-to-func-with-args.c | 11-Jun-2018 | 58 |
| 029-define-chain-obj-to-func-with-args.c.expected | 11-Jun-2018 | 10 |
| 030-define-chain-obj-to-func-compose.c | 11-Jun-2018 | 92 |
| 030-define-chain-obj-to-func-compose.c.expected | 11-Jun-2018 | 11 |
| 031-define-chain-func-to-func-compose.c | 11-Jun-2018 | 96 |
| 031-define-chain-func-to-func-compose.c.expected | 11-Jun-2018 | 11 |
| 032-define-func-self-recurse.c | 11-Jun-2018 | 33 |
| 032-define-func-self-recurse.c.expected | 11-Jun-2018 | 12 |
| 033-define-func-self-compose.c | 11-Jun-2018 | 38 |
| 033-define-func-self-compose.c.expected | 11-Jun-2018 | 21 |
| 034-define-func-self-compose-non-func.c | 11-Jun-2018 | 30 |
| 034-define-func-self-compose-non-func.c.expected | 11-Jun-2018 | 5 |
| 035-define-func-self-compose-non-func-multi-token-argument.c | 11-Jun-2018 | 32 |
| 035-define-func-self-compose-non-func-multi-token-argument.c.expected | 11-Jun-2018 | 7 |
| 036-define-func-non-macro-multi-token-argument.c | 11-Jun-2018 | 51 |
| 036-define-func-non-macro-multi-token-argument.c.expected | 11-Jun-2018 | 15 |
| 037-finalize-unexpanded-macro.c | 11-Jun-2018 | 68 |
| 037-finalize-unexpanded-macro.c.expected | 11-Jun-2018 | 20 |
| 038-func-arg-with-commas.c | 11-Jun-2018 | 72 |
| 038-func-arg-with-commas.c.expected | 11-Jun-2018 | 9 |
| 039-func-arg-obj-macro-with-comma.c | 11-Jun-2018 | 471 |
| 039-func-arg-obj-macro-with-comma.c.expected | 11-Jun-2018 | 201 |
| 040-token-pasting.c | 11-Jun-2018 | 45 |
| 040-token-pasting.c.expected | 11-Jun-2018 | 10 |
| 041-if-0.c | 11-Jun-2018 | 41 |
| 041-if-0.c.expected | 11-Jun-2018 | 23 |
| 042-if-1.c | 11-Jun-2018 | 43 |
| 042-if-1.c.expected | 11-Jun-2018 | 32 |
| 043-if-0-else.c | 11-Jun-2018 | 57 |
| 043-if-0-else.c.expected | 11-Jun-2018 | 34 |
| 044-if-1-else.c | 11-Jun-2018 | 57 |
| 044-if-1-else.c.expected | 11-Jun-2018 | 34 |
| 045-if-0-elif.c | 11-Jun-2018 | 97 |
| 045-if-0-elif.c.expected | 11-Jun-2018 | 38 |
| 046-if-1-elsif.c | 11-Jun-2018 | 97 |
| 046-if-1-elsif.c.expected | 11-Jun-2018 | 38 |
| 047-if-elif-else.c | 11-Jun-2018 | 95 |
| 047-if-elif-else.c.expected | 11-Jun-2018 | 38 |
| 048-if-nested.c | 11-Jun-2018 | 92 |
| 048-if-nested.c.expected | 11-Jun-2018 | 29 |
| 049-if-expression-precedence.c | 11-Jun-2018 | 88 |
| 049-if-expression-precedence.c.expected | 11-Jun-2018 | 12 |
| 050-if-defined.c | 11-Jun-2018 | 170 |
| 050-if-defined.c.expected | 11-Jun-2018 | 44 |
| 051-if-relational.c | 11-Jun-2018 | 275 |
| 051-if-relational.c.expected | 11-Jun-2018 | 89 |
| 052-if-bitwise.c | 11-Jun-2018 | 279 |
| 052-if-bitwise.c.expected | 11-Jun-2018 | 56 |
| 053-if-divide-and-shift.c | 11-Jun-2018 | 163 |
| 053-if-divide-and-shift.c.expected | 11-Jun-2018 | 42 |
| 054-if-with-macros.c | 11-Jun-2018 | 369 |
| 054-if-with-macros.c.expected | 11-Jun-2018 | 88 |
| 055-define-chain-obj-to-func-parens-in-text.c | 11-Jun-2018 | 52 |
| 055-define-chain-obj-to-func-parens-in-text.c.expected | 11-Jun-2018 | 10 |
| 056-macro-argument-with-comma.c | 11-Jun-2018 | 91 |
| 056-macro-argument-with-comma.c.expected | 11-Jun-2018 | 11 |
| 057-empty-arguments.c | 11-Jun-2018 | 91 |
| 057-empty-arguments.c.expected | 11-Jun-2018 | 27 |
| 058-token-pasting-empty-arguments.c | 11-Jun-2018 | 66 |
| 058-token-pasting-empty-arguments.c.expected | 11-Jun-2018 | 9 |
| 059-token-pasting-integer.c | 11-Jun-2018 | 70 |
| 059-token-pasting-integer.c.expected | 11-Jun-2018 | 21 |
| 060-left-paren-in-macro-right-paren-in-text.c | 11-Jun-2018 | 49 |
| 060-left-paren-in-macro-right-paren-in-text.c.expected | 11-Jun-2018 | 6 |
| 061-define-chain-obj-to-func-multi.c | 11-Jun-2018 | 85 |
| 061-define-chain-obj-to-func-multi.c.expected | 11-Jun-2018 | 12 |
| 062-if-0-skips-garbage.c | 11-Jun-2018 | 44 |
| 062-if-0-skips-garbage.c.expected | 11-Jun-2018 | 5 |
| 063-comments.c | 11-Jun-2018 | 303 |
| 063-comments.c.expected | 11-Jun-2018 | 92 |
| 064-version.c | 11-Jun-2018 | 25 |
| 064-version.c.expected | 11-Jun-2018 | 14 |
| 065-if-defined-parens.c | 11-Jun-2018 | 177 |
| 065-if-defined-parens.c.expected | 11-Jun-2018 | 44 |
| 066-if-nospace-expression.c | 11-Jun-2018 | 22 |
| 066-if-nospace-expression.c.expected | 11-Jun-2018 | 10 |
| 067-nested-ifdef-ifndef.c | 11-Jun-2018 | 440 |
| 067-nested-ifdef-ifndef.c.expected | 11-Jun-2018 | 68 |
| 068-accidental-pasting.c | 11-Jun-2018 | 94 |
| 068-accidental-pasting.c.expected | 11-Jun-2018 | 41 |
| 069-repeated-argument.c | 11-Jun-2018 | 32 |
| 069-repeated-argument.c.expected | 11-Jun-2018 | 5 |
| 070-undefined-macro-in-expression.c | 11-Jun-2018 | 49 |
| 070-undefined-macro-in-expression.c.expected | 11-Jun-2018 | 12 |
| 071-punctuator.c | 11-Jun-2018 | 6 |
| 071-punctuator.c.expected | 11-Jun-2018 | 6 |
| 072-token-pasting-same-line.c | 11-Jun-2018 | 58 |
| 072-token-pasting-same-line.c.expected | 11-Jun-2018 | 31 |
| 073-if-in-ifdef.c | 11-Jun-2018 | 41 |
| 073-if-in-ifdef.c.expected | 11-Jun-2018 | 4 |
| 074-elif-undef.c | 11-Jun-2018 | 37 |
| 074-elif-undef.c.expected | 11-Jun-2018 | 3 |
| 075-elif-elif-undef.c | 11-Jun-2018 | 54 |
| 075-elif-elif-undef.c.expected | 11-Jun-2018 | 4 |
| 076-elif-undef-nested.c | 11-Jun-2018 | 59 |
| 076-elif-undef-nested.c.expected | 11-Jun-2018 | 5 |
| 077-else-without-if.c | 11-Jun-2018 | 6 |
| 077-else-without-if.c.expected | 11-Jun-2018 | 48 |
| 078-elif-without-if.c | 11-Jun-2018 | 18 |
| 078-elif-without-if.c.expected | 11-Jun-2018 | 48 |
| 079-endif-without-if.c | 11-Jun-2018 | 7 |
| 079-endif-without-if.c.expected | 11-Jun-2018 | 49 |
| 080-if-without-expression.c | 11-Jun-2018 | 70 |
| 080-if-without-expression.c.expected | 11-Jun-2018 | 56 |
| 081-elif-without-expression.c | 11-Jun-2018 | 19 |
| 081-elif-without-expression.c.expected | 11-Jun-2018 | 56 |
| 082-invalid-paste.c | 11-Jun-2018 | 98 |
| 082-invalid-paste.c.expected | 11-Jun-2018 | 571 |
| 083-unterminated-if.c | 11-Jun-2018 | 7 |
| 083-unterminated-if.c.expected | 11-Jun-2018 | 48 |
| 084-unbalanced-parentheses.c | 11-Jun-2018 | 32 |
| 084-unbalanced-parentheses.c.expected | 11-Jun-2018 | 59 |
| 085-incorrect-argument-count.c | 11-Jun-2018 | 56 |
| 085-incorrect-argument-count.c.expected | 11-Jun-2018 | 284 |
| 086-reserved-macro-names.c | 11-Jun-2018 | 95 |
| 086-reserved-macro-names.c.expected | 11-Jun-2018 | 284 |
| 087-if-comments.c | 11-Jun-2018 | 56 |
| 087-if-comments.c.expected | 11-Jun-2018 | 8 |
| 088-redefine-macro-legitimate.c | 11-Jun-2018 | 89 |
| 088-redefine-macro-legitimate.c.expected | 11-Jun-2018 | 5 |
| 089-redefine-macro-error.c | 11-Jun-2018 | 224 |
| 089-redefine-macro-error.c.expected | 11-Jun-2018 | 350 |
| 090-hash-error.c | 11-Jun-2018 | 19 |
| 090-hash-error.c.expected | 11-Jun-2018 | 47 |
| 091-hash-line.c | 11-Jun-2018 | 355 |
| 091-hash-line.c.expected | 11-Jun-2018 | 291 |
| 092-redefine-macro-error-2.c | 11-Jun-2018 | 45 |
| 092-redefine-macro-error-2.c.expected | 11-Jun-2018 | 111 |
| 093-divide-by-zero.c | 11-Jun-2018 | 19 |
| 093-divide-by-zero.c.expected | 11-Jun-2018 | 71 |
| 094-divide-by-zero-short-circuit.c | 11-Jun-2018 | 572 |
| 094-divide-by-zero-short-circuit.c.expected | 11-Jun-2018 | 84 |
| 095-recursive-define.c | 11-Jun-2018 | 44 |
| 095-recursive-define.c.expected | 11-Jun-2018 | 10 |
| 096-paste-twice.c | 11-Jun-2018 | 70 |
| 096-paste-twice.c.expected | 11-Jun-2018 | 15 |
| 097-paste-with-non-function-macro.c | 11-Jun-2018 | 46 |
| 097-paste-with-non-function-macro.c.expected | 11-Jun-2018 | 11 |
| 098-elif-undefined.c | 11-Jun-2018 | 70 |
| 098-elif-undefined.c.expected | 11-Jun-2018 | 17 |
| 099-c99-example.c | 11-Jun-2018 | 383 |
| 099-c99-example.c.expected | 11-Jun-2018 | 160 |
| 100-macro-with-colon.c | 11-Jun-2018 | 76 |
| 100-macro-with-colon.c.expected | 11-Jun-2018 | 39 |
| 101-macros-used-twice.c | 11-Jun-2018 | 150 |
| 101-macros-used-twice.c.expected | 11-Jun-2018 | 39 |
| 102-garbage-after-endif.c | 11-Jun-2018 | 21 |
| 102-garbage-after-endif.c.expected | 11-Jun-2018 | 84 |
| 103-garbage-after-else-0.c | 11-Jun-2018 | 27 |
| 103-garbage-after-else-0.c.expected | 11-Jun-2018 | 130 |
| 104-hash-line-followed-by-code.c | 11-Jun-2018 | 19 |
| 104-hash-line-followed-by-code.c.expected | 11-Jun-2018 | 19 |
| 105-multiline-hash-line.c | 11-Jun-2018 | 48 |
| 105-multiline-hash-line.c.expected | 11-Jun-2018 | 19 |
| 106-multiline-hash-if.c | 11-Jun-2018 | 55 |
| 106-multiline-hash-if.c.expected | 11-Jun-2018 | 16 |
| 107-multiline-hash-elif.c | 11-Jun-2018 | 64 |
| 107-multiline-hash-elif.c.expected | 11-Jun-2018 | 17 |
| 108-no-space-after-hash-version.c | 11-Jun-2018 | 12 |
| 108-no-space-after-hash-version.c.expected | 11-Jun-2018 | 58 |
| 109-no-space-after-hash-line.c | 11-Jun-2018 | 7 |
| 109-no-space-after-hash-line.c.expected | 11-Jun-2018 | 58 |
| 110-no-space-digits-after-hash-elif.c | 11-Jun-2018 | 22 |
| 110-no-space-digits-after-hash-elif.c.expected | 11-Jun-2018 | 60 |
| 111-no-space-operator-after-hash-if.c | 11-Jun-2018 | 110 |
| 111-no-space-operator-after-hash-if.c.expected | 11-Jun-2018 | 47 |
| 112-no-space-operator-after-hash-elif.c | 11-Jun-2018 | 150 |
| 112-no-space-operator-after-hash-elif.c.expected | 11-Jun-2018 | 52 |
| 113-line-and-file-macros.c | 11-Jun-2018 | 428 |
| 113-line-and-file-macros.c.expected | 11-Jun-2018 | 253 |
| 114-paste-integer-tokens.c | 11-Jun-2018 | 418 |
| 114-paste-integer-tokens.c.expected | 11-Jun-2018 | 137 |
| 115-line-continuations.c | 11-Jun-2018 | 160 |
| 115-line-continuations.c.expected | 11-Jun-2018 | 16 |
| 116-disable-line-continuations.c | 11-Jun-2018 | 167 |
| 116-disable-line-continuations.c.expected | 11-Jun-2018 | 20 |
| 117-line-continuation-and-non-continuation-backslash.c | 11-Jun-2018 | 363 |
| 117-line-continuation-and-non-continuation-backslash.c.expected | 11-Jun-2018 | 14 |
| 118-comment-becomes-space.c | 11-Jun-2018 | 34 |
| 118-comment-becomes-space.c.expected | 11-Jun-2018 | 16 |
| 119-elif-after-else.c | 11-Jun-2018 | 45 |
| 119-elif-after-else.c.expected | 11-Jun-2018 | 68 |
| 120-undef-builtin.c | 11-Jun-2018 | 67 |
| 120-undef-builtin.c.expected | 11-Jun-2018 | 271 |
| 121-comment-bug-72686.c | 11-Jun-2018 | 10 |
| 121-comment-bug-72686.c.expected | 11-Jun-2018 | 3 |
| 122-redefine-whitespace.c | 11-Jun-2018 | 508 |
| 122-redefine-whitespace.c.expected | 11-Jun-2018 | 188 |
| 123-garbage-after-else-1.c | 11-Jun-2018 | 27 |
| 123-garbage-after-else-1.c.expected | 11-Jun-2018 | 130 |
| 124-preprocessing-numbers.c | 11-Jun-2018 | 849 |
| 124-preprocessing-numbers.c.expected | 11-Jun-2018 | 190 |
| 125-es-short-circuit-undefined.c | 11-Jun-2018 | 532 |
| 125-es-short-circuit-undefined.c.expected | 11-Jun-2018 | 249 |
| 126-garbage-after-directive.c | 11-Jun-2018 | 57 |
| 126-garbage-after-directive.c.expected | 11-Jun-2018 | 129 |
| 127-pragma-empty.c | 11-Jun-2018 | 148 |
| 127-pragma-empty.c.expected | 11-Jun-2018 | 4 |
| 128-space-before-hash.c | 11-Jun-2018 | 291 |
| 128-space-before-hash.c.expected | 11-Jun-2018 | 129 |
| 129-define-non-identifier.c | 11-Jun-2018 | 16 |
| 129-define-non-identifier.c.expected | 11-Jun-2018 | 194 |
| 130-define-comment.c | 11-Jun-2018 | 85 |
| 130-define-comment.c.expected | 11-Jun-2018 | 12 |
| 131-eof-without-newline.c | 11-Jun-2018 | 30 |
| 131-eof-without-newline.c.expected | 11-Jun-2018 | 31 |
| 132-eof-without-newline-define.c | 11-Jun-2018 | 8 |
| 132-eof-without-newline-define.c.expected | 11-Jun-2018 | 55 |
| 133-eof-without-newline-comment.c | 11-Jun-2018 | 51 |
| 133-eof-without-newline-comment.c.expected | 11-Jun-2018 | 98 |
| 134-hash-comment-directive.c | 11-Jun-2018 | 525 |
| 134-hash-comment-directive.c.expected | 11-Jun-2018 | 84 |
| 135-duplicate-parameter.c | 11-Jun-2018 | 57 |
| 135-duplicate-parameter.c.expected | 11-Jun-2018 | 118 |
| 136-plus-plus-and-minus-minus.c | 11-Jun-2018 | 170 |
| 136-plus-plus-and-minus-minus.c.expected | 11-Jun-2018 | 105 |
| 137-expand-macro-after-period.c | 11-Jun-2018 | 80 |
| 137-expand-macro-after-period.c.expected | 11-Jun-2018 | 18 |
| 138-multi-line-comment-in-if-0.c | 11-Jun-2018 | 106 |
| 138-multi-line-comment-in-if-0.c.expected | 11-Jun-2018 | 14 |
| 139-define-without-macro-name.c | 11-Jun-2018 | 100 |
| 139-define-without-macro-name.c.expected | 11-Jun-2018 | 273 |
| 140-null-directive.c | 11-Jun-2018 | 193 |
| 140-null-directive.c.expected | 11-Jun-2018 | 10 |
| 141-pragma-and-__LINE__.c | 11-Jun-2018 | 190 |
| 141-pragma-and-__LINE__.c.expected | 11-Jun-2018 | 58 |
| 142-defined-within-macro.c | 11-Jun-2018 | 1.4 KiB |
| 142-defined-within-macro.c.expected | 11-Jun-2018 | 183 |
| 143-multiple-else.c | 11-Jun-2018 | 43 |
| 143-multiple-else.c.expected | 11-Jun-2018 | 65 |
| 144-implicit-version.c | 11-Jun-2018 | 21 |
| 144-implicit-version.c.expected | 11-Jun-2018 | 13 |
| 145-version-first.c | 11-Jun-2018 | 17 |
| 145-version-first.c.expected | 11-Jun-2018 | 72 |
| 146-version-first-hash.c | 11-Jun-2018 | 15 |
| 146-version-first-hash.c.expected | 11-Jun-2018 | 69 |
| 147-define-macro-no-space.c | 11-Jun-2018 | 1.2 KiB |
| 147-define-macro-no-space.c.expected | 11-Jun-2018 | 336 |
| 147-undef-builtin-allowed.c | 11-Jun-2018 | 64 |
| 147-undef-builtin-allowed.c.expected | 11-Jun-2018 | 16 |
| 148-legal-characters.c | 11-Jun-2018 | 1.3 KiB |
| 148-legal-characters.c.expected | 11-Jun-2018 | 183 |
| glcpp-test | 11-Jun-2018 | 2.2 KiB |
| glcpp-test-cr-lf | 11-Jun-2018 | 3.4 KiB |