aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_assocs.adb
Commit message (Expand)AuthorAgeFilesLines
* sem_assoc: do not try to extract formal conversion if actual is open.Tristan Gingold2017-06-291-2/+6
* sem_assocs: correctly check both possibilities for parenthesis formal.Tristan Gingold2017-06-271-46/+80
* Detect missing association for subprogram interfaceTristan Gingold2017-03-141-1/+3
* vhdl08: unbounded records (WIP - individual association)Tristan Gingold2017-03-091-3/+61
* eval_is_in_bound: make it more tolerant.Tristan Gingold2017-01-191-2/+2
* iirs: renames Iir_Kinds_Scalar_Type_DefinitionTristan Gingold2017-01-021-1/+2
* vhdl08: add port association rules.Tristan Gingold2016-12-231-28/+60
* assocs: rework conversion.Tristan Gingold2016-12-151-14/+37
* Allow operator symbol as formal name.Tristan Gingold2016-12-081-4/+5
* sem_assocs.Extract_Non_Object_Association: fix when multiple assocs.Tristan Gingold2016-12-081-3/+8
* Add xrefs for interface_subprograms.Tristan Gingold2016-12-061-0/+1
* sem_assocs: handle overloaded operators for interface_functionTristan Gingold2016-12-051-12/+55
* support operator_symbol in subprogram association.Tristan Gingold2016-11-121-6/+12
* 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