aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_scopes.adb
Commit message (Expand)AuthorAgeFilesLines
* Improve error recovery on use clauses.Tristan Gingold2018-12-161-0/+8
* sem_scopes.adb: use Logging instead of Text_IO.Tristan Gingold2018-12-051-51/+40
* sem_scopes: potentially visible name cannot conflict with a normal one.Tristan Gingold2018-11-281-4/+2
* sem_scopes: potentially visible entities never override a visible one.Tristan Gingold2018-11-261-63/+65
* Adjust -Whide (disabled in some useless cases).Tristan Gingold2018-09-181-2/+27
* Add --warn-hide when a declaration hides a previous one.Tristan Gingold2018-09-171-6/+9
* Fix warning: use clause for package has no effectVicente Bergas2018-05-031-2/+0
* sem_scopes: correctly handle conflicting potential visibility.Tristan Gingold2018-04-241-2/+2
* name_table: Add Str_Idx, and Get/Set_Info renamed to Get/Set_Name_Info.Tristan Gingold2017-11-181-2/+2
* Rework list implementation, use iterator.Tristan Gingold2017-11-111-4/+6
* Use flist for enumerations.Tristan Gingold2017-11-071-6/+4
* 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
* 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
* vhdl2008: implement new 'use clause' rules for types.Tristan Gingold2016-05-311-8/+126
* 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
* 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