aboutsummaryrefslogtreecommitdiffstats
path: root/cparser
Commit message (Expand)AuthorAgeFilesLines
* Improve overflow check for integer literals (#157)Michael Schmidt2019-03-201-2/+4
* Revised attachment of name attributes to structs, unions, enumsXavier Leroy2019-02-251-6/+21
* Reject object-related and struct-related attributes on typedefsXavier Leroy2019-02-254-8/+19
* Distinguish object-related and name-related attributesXavier Leroy2019-02-253-11/+21
* Do not expand type names when floating attributes "up" a declarationXavier Leroy2019-02-253-2/+24
* Fix fixme in PackedStructs.Bernhard Schommer2018-11-201-4/+4
* Catch exception from elab_attr_arg.Bernhard Schommer2018-10-181-1/+4
* Improved diagnostics: spelling, wording, etc (#138)Michael Schmidt2018-09-143-6/+6
* Fatal error instead of error for bit-fields.Bernhard Schommer2018-09-121-1/+1
* Attach _Alignas to names and refactor _Alignas checks (#133)Bernhard Schommer2018-09-103-12/+16
* Typo in commentXavier Leroy2018-09-031-1/+1
* Move parameter check.Bernhard Schommer2018-09-031-2/+6
* New diagnostic for reduced alignment (#117)Bernhard Schommer2018-08-293-3/+38
* Edit documentation comments for [alignas_attribute] and [has_std_alignas]Xavier Leroy2018-08-241-2/+3
* More standard compliant handling of _Alignas.Bernhard Schommer2018-08-241-0/+11
* Add check for _Alignas attribute.Bernhard Schommer2018-08-242-0/+6
* Reimplement attr_array_applicable in terms of class_of_attributeXavier Leroy2018-08-241-3/+2
* Preserve attribute(("aligned")) in the AST, don't map it to _AlignasXavier Leroy2018-08-242-2/+3
* Diagnostic for wrong application of restrict (#119)Bernhard Schommer2018-08-213-7/+33
* Improve support and diagnostic for type qualified arrays (#118)Bernhard Schommer2018-08-203-1/+18
* Added warning for incomplete tentative static defs (#114)Bernhard Schommer2018-08-203-4/+11
* Additional checks for flex arrays in structs (#93)Bernhard Schommer2018-08-205-5/+30
* Add sizeof_reg and new Machine configurations (#129)Bernhard Schommer2018-08-203-1/+19
* Turn error into fatal error for unnamed parameter.Bernhard Schommer2018-08-201-2/+4
* For "packed" attribute, check that 3rd parameter is 0 or 1Xavier Leroy2018-08-171-1/+1
* Wrong AST for GCC-style attributesXavier Leroy2018-08-171-1/+1
* Check for bit-fields in __builtin_offsetofXavier Leroy2018-08-171-1/+4
* Issue with packed structs and sizeof, alignof, offsetof in cparser/Xavier Leroy2018-08-174-95/+139
* Added a check for parameters without identifiers. (#128)Bernhard Schommer2018-08-171-5/+7
* Earlier check for invalid asm outputs. (#130)Bernhard Schommer2018-08-172-2/+5
* Also check parameters for unknown attributes.Bernhard Schommer2018-08-161-0/+1
* Various improvements in the wording of diagnostics.Michael Schmidt2018-08-024-79/+78
* Update cparser/GNUmakefile to be compatible with BSD's cut utility. Choose be...Michael Schmidt2018-07-191-2/+2
* Update delexer for BUILTIN_OFFSETOF. Bug 23929Bernhard Schommer2018-07-051-0/+1
* Remove the `_Alignas(expr)` construct (#125)Xavier Leroy2018-06-075-575/+566
* Fix menhirLib namespaces, following changes in Menhir version 20180530Jacques-Henri Jourdan2018-06-0611-0/+0
* Warn for defs and uses of static variables in nonstatic inline functionsXavier Leroy2018-06-043-16/+42
* Parameterize elab_expr by the full elaboration contextXavier Leroy2018-06-041-30/+42
* Support redefinition of a typedef in another scope (#122)Xavier Leroy2018-06-041-2/+2
* Turn off the warning "C11 extension" by defaultXavier Leroy2018-06-041-1/+0
* Warn that _Alignas and _Alignof are C11 extensionsXavier Leroy2018-06-041-1/+3
* Allow align attribute of zero. (#120)Bernhard Schommer2018-05-291-2/+2
* Removed duplicated whitespace. Bug 23660Bernhard Schommer2018-05-291-1/+1
* String literals are l-values and have array types (#116)Bernhard Schommer2018-05-273-17/+14
* Preserve storage class for functions declared within a blockXavier Leroy2018-05-261-7/+10
* Warning for extern declaration after definition.Bernhard Schommer2018-05-263-1/+11
* Reject "e1, e2" as a compile-time constant expressionXavier Leroy2018-05-241-5/+5
* Harden attributes_of_types against out-of-scope structs/unions/enumsXavier Leroy2018-05-071-3/+12
* Revised elaboration of function definitions, part 2Xavier Leroy2018-05-071-65/+143
* Revised elaboration of function definitions, part 1Xavier Leroy2018-05-071-36/+40