aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem.adb
Commit message (Collapse)AuthorAgeFilesLines
* assocs: rework conversion.Tristan Gingold2016-12-151-65/+44
| | | | | | | An actual is analyzed as a conversion if the inner expression is an object of the right class. Fix #225
* are_trees_equal: handle type_conversion.Tristan Gingold2016-12-121-0/+15
| | | | Fix #223
* are_trees_equal: handle function_callTristan Gingold2016-12-061-0/+6
| | | | Fixes #212
* WIP for nested instantiation of macro-expansed packages.Tristan Gingold2016-11-121-3/+8
|
* ownership: check tree after sem and canon.Tristan Gingold2016-11-051-3/+2
|
* Remove default_*_map_aspect from binding_indication.Tristan Gingold2016-10-201-10/+2
|
* canon: do not set formal of association by position.Tristan Gingold2016-10-191-71/+70
|
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-4/+5
| | | | Check it with nodes_gc.
* Emit error message during analysis for missing generic association.Tristan Gingold2016-10-011-7/+4
|
* vhdl08: more support for interface subprograms.Tristan Gingold2016-09-271-1/+2
|
* Avoid a crash due to cascaded errors.Tristan Gingold2016-09-251-1/+3
|
* vhdl08: preliminary support of interface subprogramTristan Gingold2016-09-251-24/+37
|
* Add an analysis time check for bounds on port association.Tristan Gingold2016-09-241-1/+3
| | | | Fix issue #148
* Create a pseudo source file for instantiation.Tristan Gingold2016-09-201-4/+6
|
* vhdl08: preliminary work for package body instantiation.Tristan Gingold2016-09-181-9/+47
|
* Handle macro-expansion of instantiation of declaration with interface type.Tristan Gingold2016-09-161-0/+43
|
* vhdl08: handle interface type in generic-mapped packageTristan Gingold2016-09-151-6/+21
|
* vhdl08: add support for generic-mapped packagesTristan Gingold2016-09-151-3/+5
|
* vhdl08: add dependency on package body in package instantiation.Tristan Gingold2016-09-121-1/+3
|
* vhdl08: preliminary work to support nested package bodies.Tristan Gingold2016-09-041-24/+57
|
* vhdl08: preliminary work for nested package and type association.Tristan Gingold2016-09-011-2/+14
|
* Rewrite most of error and warning messages.Tristan Gingold2016-08-021-9/+9
|
* Rewrite error messages.Tristan Gingold2016-08-021-96/+88
|
* Rewrite scan error messages: use formatting.Tristan Gingold2016-08-021-15/+16
|
* Rework warnings to have a uniq tag per warning.Tristan Gingold2016-08-011-4/+7
|
* sem: handle case-generate in block configuration.Tristan Gingold2016-07-171-2/+55
|
* Fix indentation and English mistakes.Tristan Gingold2016-07-051-1/+1
|
* A package instantiation does not depend on the body if it is not required.Tristan Gingold2016-07-031-4/+6
| | | | Tentative fix for issue #107.
* Fix check of conformance for physical units.Tristan Gingold2016-01-251-1/+4
| | | | Fix issue25
* Keep alias in use clauses. Fix issue 15.Tristan Gingold2016-01-071-1/+1
|
* Allow allocators in default value of subprogramsTristan Gingold2015-08-291-0/+6
| | | | (Handle them in are_trees_equal).
* Defensive code.Tristan Gingold2015-07-111-1/+7
|
* Add suspend_flag.Tristan Gingold2015-06-071-19/+32
|
* Catch duplicated subprogram body.Tristan Gingold2015-06-021-5/+15
| | | | Fix bug14.
* errors: remove error_msg and warning_msg.Tristan Gingold2015-05-171-1/+1
|
* Preliminary work to refine overload disambiguation.Tristan Gingold2015-05-161-4/+4
|
* vhdl 08: implement 4.2 rules: no access/file type in return subtype.Tristan Gingold2015-05-131-1/+39
|
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-3/+136
|
* Correctly handle overload of subprogram in presence of subprogram alias.Tristan Gingold2015-05-101-1/+6
| | | | Fix ticket43 and ticket44.
* Avoid crash if name of subprogram also denotes a non-subprogram declaration.Tristan Gingold2015-05-091-0/+1
| | | | Fix ticket 41.
* Keep and handle simple name for Block_Specification.Tristan Gingold2015-01-161-4/+2
|
* xrefs: adjust for vhdl08.Tristan Gingold2015-01-141-0/+1
|
* sem: fix Can_Collapse_Signals regression.Tristan Gingold2015-01-121-1/+5
|
* vhdl08: forbid simple block_specification for labeled if-generate statement.Tristan Gingold2015-01-101-0/+15
|
* vhdl08: block configuration for if-generate statements.Tristan Gingold2015-01-101-38/+113
|
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-97/+106
|
* Rework string literals: store literals position.Tristan Gingold2014-12-291-13/+7
|
* Rewrite sem_scopes tables for speed-up (and clarification).Tristan Gingold2014-12-261-3/+4
|
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-33/+28
|
* iirs: reduce size of interface objects.Tristan Gingold2014-12-141-1/+4
|