aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_names.adb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not consider overriden implicit declaration is reference by selection.Tristan Gingold2015-05-191-2/+4
* Array attribute: handle non-static function call prefix.Tristan Gingold2015-05-191-32/+54
* Fix overload resolution case from ticket 67.Tristan Gingold2015-05-171-51/+76
* Give priority to function calls without implicit conversion.Tristan Gingold2015-05-161-33/+60
* Preliminary work to refine overload disambiguation.Tristan Gingold2015-05-161-4/+6
* Always report pure rules violation, but as a warning in 93c or -frelaxed-rulesTristan Gingold2015-05-121-9/+7
* do not consider function call as a prefix of expanded name.Tristan Gingold2015-05-121-1/+7
* Fix crash after call to function without enough parameters.Tristan Gingold2015-05-121-3/+3
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-0/+1
* Report incorrect use of 'Base.Tristan Gingold2015-05-091-2/+4
* sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments.Tristan Gingold2015-01-201-10/+22
* vhdl2008: expanded names in for-generate statements.Tristan Gingold2015-01-121-9/+10
* vhdl2008: handle expanded names in if-generate statements.Tristan Gingold2015-01-121-10/+15
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-4/+27