aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Elab.ml
Commit message (Expand)AuthorAgeFilesLines
* Corrected initialization of char arrays by string literals.xleroy2011-10-171-24/+23
* arm/PrintAsm: don't generate "vfd" directive, useless?xleroy2011-08-221-7/+7
* Wrong check: &e must be rejected if e has array type and is not a l-value.xleroy2011-08-211-8/+5
* Check for duplicate label definitionsxleroy2011-07-181-7/+11
* More precise typechecking of statementsxleroy2011-07-171-33/+75
* Revised handling of annotation statements, and more generally built-in functi...xleroy2011-06-131-11/+0
* Silence a warning that happens all too often in MacOS Xxleroy2011-05-121-2/+2
* cparser: support for attributes over struct and union.xleroy2011-05-121-17/+22
* powerpc/PrintAsm.ml arm/PrintAsm.ml: updated (no label elimination).xleroy2011-05-081-2/+0
* Support compile-time constant expressions as arguments to gcc-style attributesxleroy2011-04-201-23/+30
* cparser/Elab: __attribute, not attributexleroy2011-04-161-1/+1
* Revised handling of GCC attributes. Preliminary, untested support for __alig...xleroy2011-04-141-16/+22
* Revised handling of sizeof(string-literal)xleroy2011-03-151-5/+12
* Updates for IA32-Cygwin.xleroy2010-09-081-1/+1
* Adding __builtin_annotationxleroy2010-09-011-0/+11
* Bugs with 1- empty bitfields, 2- anonymous bitfields, 3- result type of readi...xleroy2010-09-011-5/+12
* Preliminary support for gcc-style __attribute__ over typesxleroy2010-07-081-2/+14
* Bug fix: infinite loop in cparser/ on bit field of size 32 bits.xleroy2010-04-091-6/+5
* Revised treatment of builtinsxleroy2010-03-071-1/+1
* Support for 'inline' modifierxleroy2010-03-031-19/+21
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-0/+1759