aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_assocs.adb
Commit message (Expand)AuthorAgeFilesLines
* canon: do not set formal of association by position.Tristan Gingold2016-10-191-15/+6
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-15/+67
* association for subprograms: set use_flag.Tristan Gingold2016-09-301-1/+10
* Refine error message for issue #148.Tristan Gingold2016-09-271-19/+22
* Implement vhdl08 rules for #148Tristan Gingold2016-09-271-0/+24
* vhdl08: more support for interface subprograms.Tristan Gingold2016-09-271-7/+194
* Add an analysis time check for bounds on port association.Tristan Gingold2016-09-241-2/+92
* vhdl08: first working example of interface type.Tristan Gingold2016-09-221-1/+80
* vhdl08: preliminary work for package body instantiation.Tristan Gingold2016-09-181-9/+12
* vhdl08: avoid a crash on package instantiation failureTristan Gingold2016-09-121-1/+3
* vhdl08: preliminary work for nested package and type association.Tristan Gingold2016-09-011-15/+61
* Rewrite error messages.Tristan Gingold2016-08-021-80/+77
* Fix indentation and English mistakes.Tristan Gingold2016-07-051-8/+8
* assocations: check rules for unconstrained formal (LRM08 5.3.2.2 e 3)Tristan Gingold2016-02-171-3/+38
* Set type staticness for a constant declaration and attribute specification.Tristan Gingold2016-01-111-9/+12
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-181-1/+2
* Fix crash on invalid individual association.Tristan Gingold2015-11-071-21/+46
* vhdl 08: allow association of an out signal with an in signal parameter.Tristan Gingold2015-05-201-12/+8
* Preliminary work to refine overload disambiguation.Tristan Gingold2015-05-161-37/+40
* Fix thinko: reject incorrect association (positionnal match followed byTristan Gingold2015-05-111-13/+9
* Rewrite sem_scopes tables for speed-up (and clarification).Tristan Gingold2014-12-261-0/+1
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-3/+3
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+1903