aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_names.adb
Commit message (Expand)AuthorAgeFilesLines
* Avoid a crash when a subtype indication is found within an expression.Tristan Gingold2017-05-211-0/+5
* Fix typo: paths.Tristan Gingold2017-05-181-1/+1
* Avoid cascaded crash for invalid mark_type name.Tristan Gingold2017-05-171-1/+5
* Allow function declaration to be a prefix of array attribute.Tristan Gingold2017-03-161-0/+8
* Add color diagnostics, show diagnostic option.Tristan Gingold2017-02-061-1/+2
* adjust previous patch.Tristan Gingold2017-01-231-1/+2
* Allow 'subtype and 'base for 'simple_name prefix.Tristan Gingold2017-01-231-77/+101
* sem_names: finish sem of 'subtype prefix.Tristan Gingold2017-01-161-3/+3
* vhdl08: implement 'subtype attributeTristan Gingold2017-01-131-26/+77
* iirs: renames Iir_Kinds_Scalar_Type_DefinitionTristan Gingold2017-01-021-2/+3
* Improve error message for #243Tristan Gingold2016-12-221-0/+20
* Evaluation: handle array aggregate and indexed names.Tristan Gingold2016-12-191-8/+10
* select_name: consider subtype.Tristan Gingold2016-12-131-7/+11
* sem_names: handle expanded name of interface subprograms.Tristan Gingold2016-12-081-1/+8
* improve error message for a procedure call within an expression.Tristan Gingold2016-11-121-1/+2
* get_object_type_staticness: handle component_declaration.Tristan Gingold2016-10-171-0/+1
* sem_predefined_type_attribute: free attribute_name for base_attribute.Tristan Gingold2016-10-131-7/+7
* sem_parenthesis_name: avoid node leaks on prefix.Tristan Gingold2016-10-121-5/+24
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-31/+67
* sem_names: add commentsTristan Gingold2016-10-021-2/+13
* nodes_gc: check bad refsTristan Gingold2016-10-021-0/+1
* Consider object for array attribute.Tristan Gingold2016-10-011-1/+45
* Minor refactoruing.Tristan Gingold2016-10-011-12/+12
* Add Eval_Attribute_Parameter_Or_1Tristan Gingold2016-09-301-7/+13
* Fix crash of issue #155Tristan Gingold2016-09-281-2/+2
* vhdl08: preliminary support of interface subprogramTristan Gingold2016-09-251-9/+13
* Handle expanded name for interface package.Tristan Gingold2016-09-121-2/+5
* vhdl08: parse and analyze interface types.Tristan Gingold2016-09-011-2/+5
* Display a nice message if std_logic_textio is not found.Tristan Gingold2016-08-271-0/+4
* Avoid crash on invalid selection of a procedure.Tristan Gingold2016-08-261-1/+2
* Rewrite error messages.Tristan Gingold2016-08-021-133/+108
* Rewrite scan error messages: use formatting.Tristan Gingold2016-08-021-5/+5
* Rework warnings to have a uniq tag per warning.Tristan Gingold2016-08-011-1/+2
* Improve error message if synopsys package it not found.Tristan Gingold2016-07-181-3/+23
* Fix indentation and English mistakes.Tristan Gingold2016-07-051-8/+8
* Avoid a crash on error.Tristan Gingold2016-03-261-11/+15
* Adjust previous patch (detect incorrect use of PSL endpoint in expressions)Tristan Gingold2016-03-231-3/+3
* PSL: add clocked SERE, make endpoints visible from VHDL.Tristan Gingold2016-03-221-2/+4
* Add support for conditional assignments.Tristan Gingold2016-01-161-0/+8
* Set type staticness for a constant declaration and attribute specification.Tristan Gingold2016-01-111-14/+2
* Fix staticness for range attribute.Tristan Gingold2016-01-071-1/+1
* Overload resolution: reject invalid indexed names.Tristan Gingold2016-01-071-3/+33
* Improve error message.Tristan Gingold2015-08-291-1/+1
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-65/+5
* Handle signal attribute in declarations. Fix alias of implicit signal.Tristan Gingold2015-05-271-1/+1
* Add comments.Tristan Gingold2015-05-271-0/+1
* Rework of overload resolution in implicit conversions.Tristan Gingold2015-05-261-2/+13
* Preliminary work to support external names (parse, semantic)Tristan Gingold2015-05-231-0/+19
* Restore relaxed semantic for array attribute staticness.Tristan Gingold2015-05-221-1/+14
* Fix staticness of array attributes.Tristan Gingold2015-05-201-7/+1