aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_names.adb
Commit message (Expand)AuthorAgeFilesLines
* vhdl: Iir_Kind_Foreign_Module is now a library unitTristan Gingold2021-11-091-1/+4
* vhdl: also warns on unused enumeration literalTristan Gingold2021-11-011-0/+4
* vhdl: report unused types and subtypesTristan Gingold2021-10-011-0/+10
* vhdl-sem_names(sem_parenthesis_name): minor refactoringTristan Gingold2021-09-181-13/+9
* vhdl-sem_names(sem_parenthesis_name): handle indexing of delayed attribute.Tristan Gingold2021-09-181-2/+6
* vhdl: remove unused Get/Set_Alias_DeclarationTristan Gingold2021-05-161-1/+0
* vhdl-sem_names: avoid a crash for invalid user attribute prefix. Fix #1727Tristan Gingold2021-04-161-1/+2
* vhdl-sem_names.adb: fix check for object prefix of subtype attribute. Fix #1717Tristan Gingold2021-04-111-3/+1
* Add base support for the attribue element in vhdl 08Anselmo952021-04-031-0/+59
* vhdl: handle alias of protected objects. Fix #1688Tristan Gingold2021-03-191-6/+19
* vhdl-sem_names: avoid duplicate messages for -fsynopsysTristan Gingold2021-01-161-0/+9
* update license headersumarcor2021-01-141-11/+9
* src/vhd: remove use of chapter sign in comment to have on ASCII charactersTristan Gingold2021-01-091-4/+4
* vhdl: handle locally static attributes on entity/architecture/configurationsTristan Gingold2020-12-081-1/+10
* sem_parenthesis_name: handle more error cases.Tristan Gingold2020-09-061-1/+5
* vhdl: sem_parenthesis_name: do not crash on any type attribute. Fix #1456Tristan Gingold2020-09-061-18/+19
* vhdl-sem_names: check name staticness of signal attributes. Fix #1412Tristan Gingold2020-08-081-58/+79
* vhdl-sem_names: use element type of prefix type for indexed names.Tristan Gingold2020-08-051-10/+15
* vhdl: replace base_type with parent_type in nodesTristan Gingold2020-07-221-2/+2
* vhdl: add missing check_read. Fix #1381Tristan Gingold2020-06-251-0/+1
* vhdl/translate: add support for subtype attribute. For #641Tristan Gingold2020-06-251-1/+1
* vhdl/translate: rework object type elaboration. For #641Tristan Gingold2020-06-241-1/+1
* vhdl: improve support of subtype attribute. For #641Tristan Gingold2020-06-241-18/+26
* vhdl: --std93c is now an alias for --std=93 -frelaxedTristan Gingold2020-06-131-3/+1
* vhdl-sem_names: handle deference in create_list_of_types.Tristan Gingold2020-05-021-1/+2
* vhdl: avoid crash on indexed library declaration.Tristan Gingold2020-04-231-4/+3
* vhdl: avoid a crash after an error.Tristan Gingold2020-04-141-1/+4
* vhdl-sem_names: improve error message for -fsynopsys.Tristan Gingold2020-03-261-1/+2
* vhdl: merge synopsys into the ieee libraries. For #980Tristan Gingold2020-03-041-20/+28
* vhdl: a function call is not an object. Fix #1138.Tristan Gingold2020-03-011-0/+6
* vhdl-sem_names: improve error location.Tristan Gingold2020-02-041-1/+1
* ams-vhdl: add support for 'delayed for quantity.Tristan Gingold2019-12-311-117/+139
* ams-vhdl: handle zoh, ltf and ztf attributes.Tristan Gingold2019-12-311-27/+108
* ams-vhdl: analyze, canon and print simultaneous procedural statements.Tristan Gingold2019-12-301-1/+2
* ams-vhdl: correctly test and set staticness of dot/integ attributes.Tristan Gingold2019-12-301-8/+7
* vhdl: improve support of AMS-vhdl (array and record natures, source quantities)Tristan Gingold2019-12-281-14/+451
* vhdl: fix unused warning on protected variable.Tristan Gingold2019-09-061-0/+1
* vhdl: do not crash on attribute with a type conversion prefix.Tristan Gingold2019-09-041-2/+3
* vhdl: handle subtype indication (with range) in discrete_range.Tristan Gingold2019-08-101-50/+61
* vhdl: allow discrete subtype indication for discrete_range.Tristan Gingold2019-08-061-35/+41
* vhdl: for time resolution, do not consider unit name from textio body.Tristan Gingold2019-08-061-6/+31
* vhdl-sem_names: avoid a crash on parenthesis ofTristan Gingold2019-07-151-2/+2
* vhdl: avoid a crash on label parenthesis.Tristan Gingold2019-07-031-0/+1
* vhdl: add anonymous_signal_declaration.Tristan Gingold2019-07-031-0/+4
* vhdl: improve error message.Tristan Gingold2019-07-011-2/+1
* vhdl-sem_names: do not crash on user attribute onTristan Gingold2019-06-201-1/+2
* vhdl-sem_names: check time resoultion for standalone units.Tristan Gingold2019-05-281-0/+10
* vhdl: properly group messages for overloading error.Tristan Gingold2019-05-211-2/+4
* errorout: add messages group instead of continuation.Tristan Gingold2019-05-121-7/+12
* vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.Tristan Gingold2019-05-101-3/+3