Lines Matching refs:parsing
3 - #61: Fix slow backtracking when parsing strings.
7 - #314: Fix failed parsing of unnamed function parameters with array dim
13 - #363: Fix incorrect AST when parsing offsetof.
17 - PR #277: Fix parsing of floating point literals
18 - PR #254: Add support for parsing empty structs
45 - Issue #117: Fix parsing of extra semi-colons inside structure declarations.
47 - PR #101: Added support for parsing pragmas into the AST.
57 - Added CParser parameter to specify output directory for generated parsing
68 - Added a bunch more fake headers and typedefs to support parsing C projects
124 - Issue #83: fix parsing and C generation to distinguish between initializer
155 - Issue 48: gracefully handle parsing of empty files
161 - Fix problem with parsing a file in which the first statement is just a
171 - Relaxed the rules on parsing unnamed struct members (helps parse ``windows.h``)
175 * Issue 47: display empty statements (lone ';') correctly after parsing
242 + parsing failed on some abstract declarator rules
254 * Added the ``fake_libc_include`` directory to allow parsing of C code that
265 * Fixed problem of parsing struct/enum/union names that were named similarly