aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem.adb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid crash if name of subprogram also denotes a non-subprogram declaration.Tristan Gingold2015-05-091-0/+1
* 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
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+2749