aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_scopes.adb
Commit message (Collapse)AuthorAgeFilesLines
* sem_assoc: handle anonymous interface.Tristan Gingold2017-09-251-2/+10
|
* sem_scopes: improve debug procedure.Tristan Gingold2017-09-251-1/+3
|
* sem_scopes: support signal attributes in entities.Tristan Gingold2017-01-151-1/+2
| | | | For #256
* vhdl08: preliminary support of interface subprogramTristan Gingold2016-09-251-0/+1
|
* vhdl08: create interface subprogram declaration.Tristan Gingold2016-09-191-2/+6
|
* vhdl08: strengthten nested packages.Tristan Gingold2016-09-121-0/+3
|
* vhdl08: preliminary work for nested package and type association.Tristan Gingold2016-09-011-0/+1
|
* vhdl08: parse and analyze interface types.Tristan Gingold2016-09-011-4/+12
|
* Rewrite error messages.Tristan Gingold2016-08-021-8/+6
|
* Add comment.Tristan Gingold2016-07-301-1/+7
|
* Allow alias of literals in strings.Tristan Gingold2016-07-301-2/+20
| | | | Fix issue #125
* vhdl2008: implement new 'use clause' rules for types.Tristan Gingold2016-05-311-8/+126
| | | | Adjust test issue72.
* Fix a crash on conflict in under interpretation.Tristan Gingold2015-11-241-5/+15
|
* Reimplement table package (used instead of GNAT.Table).Tristan Gingold2015-09-101-10/+7
|
* Do not consider overriden implicit declaration is reference by selection.Tristan Gingold2015-05-191-0/+16
| | | | Fix ticket 69.
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-1/+48
|
* Rename Get_Location_Str to Image.Tristan Gingold2015-05-091-2/+3
|
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-1/+1
|
* Rewrite sem_scopes tables for speed-up (and clarification).Tristan Gingold2014-12-261-377/+373
|
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-28/+17
|
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+1412