summaryrefslogtreecommitdiff
path: root/src/vhdl/sem_names.adb
AgeCommit message (Expand)Author
2016-01-16Add support for conditional assignments.Tristan Gingold
2016-01-11Set type staticness for a constant declaration and attribute specification.Tristan Gingold
2016-01-07Fix staticness for range attribute.Tristan Gingold
2016-01-07Overload resolution: reject invalid indexed names.Tristan Gingold
2015-08-29Improve error message.Tristan Gingold
2015-08-29Replace fat accesses by bounds accessesTristan Gingold
2015-05-27Handle signal attribute in declarations. Fix alias of implicit signal.Tristan Gingold
2015-05-27Add comments.Tristan Gingold
2015-05-26Rework of overload resolution in implicit conversions.Tristan Gingold
2015-05-23Preliminary work to support external names (parse, semantic)Tristan Gingold
2015-05-22Restore relaxed semantic for array attribute staticness.Tristan Gingold
2015-05-20Fix staticness of array attributes.Tristan Gingold
2015-05-19Do not consider overriden implicit declaration is reference by selection.Tristan Gingold
2015-05-19Array attribute: handle non-static function call prefix.Tristan Gingold
2015-05-17Fix overload resolution case from ticket 67.Tristan Gingold
2015-05-16Give priority to function calls without implicit conversion.Tristan Gingold
2015-05-16Preliminary work to refine overload disambiguation.Tristan Gingold
2015-05-12Always report pure rules violation, but as a warning in 93c or -frelaxed-rulesTristan Gingold
2015-05-12do not consider function call as a prefix of expanded name.Tristan Gingold
2015-05-12Fix crash after call to function without enough parameters.Tristan Gingold
2015-05-12Add context declaration and reference (vhdl 2008).Tristan Gingold
2015-05-09Report incorrect use of 'Base.Tristan Gingold
2015-01-20sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments.Tristan Gingold
2015-01-12vhdl2008: expanded names in for-generate statements.Tristan Gingold
2015-01-12vhdl2008: handle expanded names in if-generate statements.Tristan Gingold
2015-01-03Initial rework for vhdl 2008 generate statements.Tristan Gingold
2014-12-31Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold
2014-12-29Rework string literals: store literals position.Tristan Gingold
2014-12-15Use same node for implicit and explicit subprogram declarations.Tristan Gingold
2014-12-14Put attribute_value_chain in parent.Tristan Gingold
2014-11-29Allow -frelaxed-rules for v87 designsTristan Gingold
2014-11-04Create src/vhdl subdirectory.Tristan Gingold