aboutsummaryrefslogtreecommitdiffstats
path: root/sem_scopes.adb
Commit message (Collapse)AuthorAgeFilesLines
* Move sources to src/ subdirectory.Tristan Gingold2014-11-041-1412/+0
|
* Add support for package interface.Tristan Gingold2014-10-291-4/+13
|
* Initial support for package header and package instantiation.Tristan Gingold2014-10-141-8/+19
|
* Keep names in the tree.Tristan Gingold2014-09-021-12/+22
| | | | This is a large change to improve error locations and allow pretty printing.
* Replace architecture_declaration by architecture_body to follow lrm.Tristan Gingold2014-07-191-1/+1
|
* vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold2014-07-171-68/+132
| | | | Use Type_Definition in type_declarator.
* vhdl 2008: handle all-sensitized processes, handle visibility for alias.Tristan Gingold2014-06-291-43/+111
|
* vhdl2008: add overloaded to_string predefined functions.Tristan Gingold2014-06-271-0/+5
|
* add more support for vhdl2008: aliases, visibility and preliminary work forTristan Gingold2014-06-261-53/+134
| | | | generic packages.
* Use library unit instead of design unit.Tristan Gingold2014-06-241-66/+72
|
* Sem_Scopes: make Add_Declarations_Of_Concurrent_Statement and Add_DeclarationsTristan Gingold2014-05-071-1/+4
| | | | public.
* Rework literal typing (and initial work for condition operator).Tristan Gingold2014-01-081-117/+3
|
* Handle use clause on enumeration literal.Tristan Gingold2014-01-041-0/+1
|
* Fix bug21274.Tristan Gingold2013-12-311-4/+8
| | | | WIP for VHDL08.
* Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files.Tristan Gingold2013-12-171-0/+5
|
* New feature: all-sensitized processes (for vhdl 2008)gingold2008-09-061-1/+1
|
* Switch to gcc 4.3gingold2008-08-301-1/+0
| | | | | Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings
* First import from sourcesgingold2005-09-241-0/+1260