aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_names.adb
Commit message (Collapse)AuthorAgeFilesLines
* Add support for conditional assignments.Tristan Gingold2016-01-161-0/+8
|
* Set type staticness for a constant declaration and attribute specification.Tristan Gingold2016-01-111-14/+2
| | | | Fix for issue 10.
* Fix staticness for range attribute.Tristan Gingold2016-01-071-1/+1
|
* Overload resolution: reject invalid indexed names.Tristan Gingold2016-01-071-3/+33
|
* Improve error message.Tristan Gingold2015-08-291-1/+1
| | | | Fix bug 024.
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-65/+5
| | | | | translate: separate info for signals from object. Improve some error messages.
* Handle signal attribute in declarations. Fix alias of implicit signal.Tristan Gingold2015-05-271-1/+1
|
* Add comments.Tristan Gingold2015-05-271-0/+1
|
* Rework of overload resolution in implicit conversions.Tristan Gingold2015-05-261-2/+13
| | | | Fix tiket 81.
* Preliminary work to support external names (parse, semantic)Tristan Gingold2015-05-231-0/+19
|
* Restore relaxed semantic for array attribute staticness.Tristan Gingold2015-05-221-1/+14
|
* Fix staticness of array attributes.Tristan Gingold2015-05-201-7/+1
|
* Do not consider overriden implicit declaration is reference by selection.Tristan Gingold2015-05-191-2/+4
| | | | Fix ticket 69.
* Array attribute: handle non-static function call prefix.Tristan Gingold2015-05-191-32/+54
| | | | Fix ticket68.
* Fix overload resolution case from ticket 67.Tristan Gingold2015-05-171-51/+76
|
* Give priority to function calls without implicit conversion.Tristan Gingold2015-05-161-33/+60
| | | | Fix ticket 64.
* Preliminary work to refine overload disambiguation.Tristan Gingold2015-05-161-4/+6
|
* Always report pure rules violation, but as a warning in 93c or -frelaxed-rulesTristan Gingold2015-05-121-9/+7
| | | | For ticket 57.
* do not consider function call as a prefix of expanded name.Tristan Gingold2015-05-121-1/+7
| | | | Fix ticket 59.
* Fix crash after call to function without enough parameters.Tristan Gingold2015-05-121-3/+3
| | | | Fix ticket 56.
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-0/+1
|
* Report incorrect use of 'Base.Tristan Gingold2015-05-091-2/+4
|
* sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments.Tristan Gingold2015-01-201-10/+22
|
* vhdl2008: expanded names in for-generate statements.Tristan Gingold2015-01-121-9/+10
|
* vhdl2008: handle expanded names in if-generate statements.Tristan Gingold2015-01-121-10/+15
|
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-4/+27
|
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-311-1/+1
|
* Rework string literals: store literals position.Tristan Gingold2014-12-291-2/+1
|
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-24/+19
|
* Put attribute_value_chain in parent.Tristan Gingold2014-12-141-7/+2
|
* Allow -frelaxed-rules for v87 designsTristan Gingold2014-11-291-2/+4
|
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+3788