aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_expr.adb
Commit message (Expand)AuthorAgeFilesLines
* ownership: fix arrays and physical types from parse.Tristan Gingold2016-10-181-5/+10
* sem_expr: add a missing free in sem_array_aggregate_type.Tristan Gingold2016-10-131-1/+4
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-98/+15
* iirs: subtype indication is never a ref.Tristan Gingold2016-10-051-3/+0
* Rework range_expression and incomplete type for instantiation.Tristan Gingold2016-09-301-2/+7
* Set type of range expression from the type mark (if present).Tristan Gingold2016-09-281-5/+8
* vhdl08: preliminary support of interface subprogramTristan Gingold2016-09-251-2/+2
* vhdl08: create interface subprogram declaration.Tristan Gingold2016-09-191-14/+29
* Avoid crash on invalid selection of a procedure.Tristan Gingold2016-08-261-2/+8
* Rewrite error messages.Tristan Gingold2016-08-021-111/+99
* Rewrite scan error messages: use formatting.Tristan Gingold2016-08-021-5/+5
* Rework warnings to have a uniq tag per warning.Tristan Gingold2016-08-011-2/+4
* sem_expr: minor rework.Tristan Gingold2016-07-301-3/+2
* Improve handling of direction in aggregate.Tristan Gingold2016-07-301-5/+15
* Allow alias of literals in strings.Tristan Gingold2016-07-301-4/+2
* Fix indentation and English mistakes.Tristan Gingold2016-07-051-6/+6
* Handle default parameters for file_open.Tristan Gingold2016-06-021-5/+3
* Remove Get/Set_Type_ReferenceTristan Gingold2016-06-011-3/+8
* Avoid a crash on error.Tristan Gingold2016-03-261-39/+21
* PSL: add clocked SERE, make endpoints visible from VHDL.Tristan Gingold2016-03-221-0/+4
* Fix crash of issue42.Tristan Gingold2016-02-171-1/+2
* PSL: handle and/or in boolean assertion.Tristan Gingold2016-02-091-9/+0
* simul: fix various issues.Tristan Gingold2016-01-241-0/+1
* Clean up some code and comments about constant declarations.Tristan Gingold2016-01-191-6/+0
* Add support for conditional assignments.Tristan Gingold2016-01-161-19/+345
* vhdl08: maybe insert implicit condition operator in concurrent statement.Tristan Gingold2016-01-111-8/+24
* Fix crash on issue9.Tristan Gingold2015-12-291-2/+2
* No error message for universal bounds in v93c or relaxed-rules.Tristan Gingold2015-11-301-2/+4
* Fix crash on invalid individual association.Tristan Gingold2015-11-071-217/+248
* Translate: explicitly clean transient types.Tristan Gingold2015-09-021-0/+6
* Improve code generation of strings.Tristan Gingold2015-06-271-64/+75
* Avoid a crash for out of range choice in aggregate.Tristan Gingold2015-05-271-2/+6
* Add comments.Tristan Gingold2015-05-271-0/+1
* Rework of overload resolution in implicit conversions.Tristan Gingold2015-05-261-5/+1
* Preliminary work to support external names (parse, semantic)Tristan Gingold2015-05-231-0/+8
* Translation: handle individual association in function call.Tristan Gingold2015-05-201-1/+3
* vhdl 08: allow association of an out signal with an in signal parameter.Tristan Gingold2015-05-201-33/+80
* errors: remove error_msg and warning_msg.Tristan Gingold2015-05-171-7/+5
* Give priority to function calls without implicit conversion.Tristan Gingold2015-05-161-5/+30
* Preliminary work to refine overload disambiguation.Tristan Gingold2015-05-161-47/+92
* Avoid a crash for incorrect allocator.Tristan Gingold2015-05-141-1/+1
* vhdl 2008: allow to read out ports.Tristan Gingold2015-05-141-2/+24
* Fix thinko: reject incorrect association (positionnal match followed byTristan Gingold2015-05-111-2/+1
* Fix use of condition operator in case of overload.Tristan Gingold2015-05-111-9/+38
* vhdl 08: handle boolean subtype for conditional expressions.Tristan Gingold2015-05-101-1/+1
* procedure call: avoid crash with individual associations and signals.Tristan Gingold2015-03-141-20/+25
* Create the Sem_Qualified_Expression function.Tristan Gingold2015-01-151-24/+38
* Improve error recovery.Tristan Gingold2014-12-301-1/+1
* vhdl 2008: handle sized bit strings.Tristan Gingold2014-12-301-47/+29
* Rework string literals: store literals position.Tristan Gingold2014-12-291-35/+63