aboutsummaryrefslogtreecommitdiffstats
path: root/cparser
Commit message (Expand)AuthorAgeFilesLines
* Bug fix: infinite loop in cparser/ on bit field of size 32 bits.xleroy2010-04-098-54/+50
* Static initialization of structs with bitfieldsxleroy2010-04-071-1/+74
* In cparser/SimplExpr.ml:xleroy2010-04-021-11/+15
* cparser/AddCasts.ml: forgot to materialize cast at return statement.xleroy2010-04-011-12/+12
* Handling of builtins, continued.xleroy2010-03-073-4/+9
* Revised treatment of builtinsxleroy2010-03-0710-244/+300
* Support for 'inline' modifierxleroy2010-03-034-20/+26
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-0348-0/+9906