Lines Matching refs:Issue
45 - Issue #117: Fix parsing of extra semi-colons inside structure declarations.
52 - Issue #116: Fix line numbers recorded for empty and compound statements.
83 - Issue #27: bug in handling of unified wstring literals.
84 - Issue #28: fix coord reporting for 'for' loops.
123 - Issue #79: fix generation of new switch/case AST nodes.
124 - Issue #83: fix parsing and C generation to distinguish between initializer
127 - Issue #84: fix C generation for some statements.
129 - Issue #89: fix C generation for K&R-style function definitions.
133 - Issue 73: initial support for #pragma directives. Consume them without
135 - Issue 68: more correct handling of source files without any actual content.
136 - Issue 69: running all tests will now set appropriate return code.
138 Also fixes Issue 60.
139 - Issue 63: line endings cleanup for consistent LF ending.
143 - Issue 74: some Windows include paths were handled incorrectly.
147 - Issue 54: added an optional parser argument to parse_file
148 - Issue 59: added some more fake headers for C99
149 - Issue 62: correct coord for Ellipsis nodes
150 - Issue 57: support for C99 hexadecimal float constants
155 - Issue 48: gracefully handle parsing of empty files
175 * Issue 47: display empty statements (lone ';') correctly after parsing
182 * Issue 31: constraining the scope of typedef definitions
192 * Issue 17: empty file-level declarations
193 * Issue 18: empty statements and declarations in functions
194 * Issue 19: anonymous structs & union fields
195 * Issue 23: fix coordinates of Cast nodes
229 + Issue 9: Support for unnamed bitfields in structs