aboutsummaryrefslogtreecommitdiffstats
path: root/cparser
Commit message (Expand)AuthorAgeFilesLines
* Port to Coq 8.5pl2Xavier Leroy2016-07-088-81/+106
* bug 19234, inherit varargs flag from previous function definitions for KR con...Michael Schmidt2016-06-281-4/+19
* Revised handling of old-style, K&R function definitionsXavier Leroy2016-06-241-63/+130
* Remove code that will is deprecated in ocaml 4.03Bernhard Schommer2016-06-212-6/+8
* Pass the updated env through elab_expr.Bernhard Schommer2016-06-211-149/+166
* Fixed a comment.François Pottier2016-05-272-5/+3
* Check for type compatibility when initializing TInt arrays with wide strings ...Michael Schmidt2016-04-061-1/+1
* Check for type compatibility when initializing TInt arrays with wide strings ...Michael Schmidt2016-04-061-1/+1
* Revert initialization check, bug 18000Michael Schmidt2016-04-051-8/+0
* Match type size with size of wchar_t when initializing TInt arrays with wide ...Michael Schmidt2016-04-051-1/+1
* Catch initialization of arrays with single expressions, bug 18000Michael Schmidt2016-04-051-2/+2
* Catch initialization of arrays with single expressions, bug 18000Michael Schmidt2016-04-051-0/+8
* Merge pull request #95 from AbsInt/noreturnBernhard Schommer2016-04-048-25/+68
|\
| * Added the _Noreturn keyword.Bernhard Schommer2016-03-238-25/+68
* | Compatibility with newer ocaml versions. Bug 18313.Bernhard Schommer2016-03-312-3/+3
|/
* Fix a bug in the pre-parser.Jacques-Henri Jourdan2016-03-231-0/+1
* Deactivate warning 27 and added back removed code.Bernhard Schommer2016-03-1514-139/+139
* Upgrade ocaml version needed and enable more warnings.Bernhard Schommer2016-03-101-3/+3
* Code cleanup.Bernhard Schommer2016-03-1016-230/+194
* Fixed typo in equal types.Bernhard Schommer2016-03-101-1/+1
* Make void always incomplete and exit on void members.Bernhard Schommer2016-02-022-2/+8
* Do test for wrap around on singed ocaml integers.Bernhard Schommer2016-01-281-1/+1
* Allow adding of attributes in valid_assignment_attr.Bernhard Schommer2016-01-281-2/+2
* Enum is compatible to its integer type.Bernhard Schommer2015-12-171-0/+3
* More gcc/newlib compatibility code.Bernhard Schommer2015-12-111-1/+8
* Revise and simplify the -fstruct-return and -fstruct-passing options.Xavier Leroy2015-12-081-2/+2
* Fixed regression introduce by merge of PR#69.Bernhard Schommer2015-12-031-4/+1
* Open files in binary mode.Bernhard Schommer2015-11-301-1/+1
* For uniformity with other messages, added an "Ill-formed expression.".François Pottier2015-11-241-0/+1
* Use 1-based column numbers instead of 0-based.François Pottier2015-11-241-2/+2
* Update of the auto-generated comments.François Pottier2015-11-241-610/+611
* A simplification in the grammar, leading to fewer states in the automatonFrançois Pottier2015-11-242-19/+4
* Fix a typo in a syntax error message.François Pottier2015-11-231-1/+1
* Issue #71: incorrect initialization of wchar_t arrays from wide string literalXavier Leroy2015-11-131-6/+6
* Merge pull request #69 from jhjourdan/parser_fixBernhard Schommer2015-11-129-2351/+1836
|\
| * Typo, coherence in error messagesJacques-Henri Jourdan2015-11-072-7/+8
| * Integrate a few comments of F. Pottier into the pre_parser and handcrafted.me...Jacques-Henri Jourdan2015-11-073-141/+139
| * Updating deLexer to PRE_NAME tokensJacques-Henri Jourdan2015-11-071-0/+3
| * Merge remote-tracking branch 'origin/master' into parser_fixJacques-Henri Jourdan2015-11-073-5/+23
| |\
| * \ Merge remote-tracking branch 'origin/master' into parser_fixJacques-Henri Jourdan2015-11-0449-328/+5967
| |\ \
| * | | Better handling of old-style K&R function declarations:Jacques-Henri Jourdan2015-11-015-258/+276
| * | | other, simpler fix: the lexer emits 2 tokens for each identifierJacques-Henri Jourdan2015-10-083-257/+181
* | | | Merge pull request #68 from fpottier/cutBernhard Schommer2015-11-122-2/+2
|\ \ \ \
| * | | | Change one line in [Lexer.mll] to obey API change in Menhir 20151110.François Pottier2015-11-101-1/+1
| * | | | Fix in cparser/GNUmakefile.François Pottier2015-11-061-1/+1
* | | | | Handle large static initializers for global arraysXavier Leroy2015-11-095-5/+5
| |_|_|/ |/| | |
* | | | Remove debug stmts during grouping of switch.Bernhard Schommer2015-11-062-4/+14
|/ / /
* | / When printing a fragment of source text as part of an error message, compress...François Pottier2015-11-031-1/+9
| |/ |/|
* | Set [ErrorReports.debug] to [false].François Pottier2015-10-281-1/+1
* | Fixed some comments.François Pottier2015-10-281-16/+16