summaryrefslogtreecommitdiff
path: root/src/vhdl/sem_decls.adb
AgeCommit message (Expand)Author
2016-01-19Clean up some code and comments about constant declarations.Tristan Gingold
2016-01-11Set type staticness for a constant declaration and attribute specification.Tristan Gingold
2015-08-29Replace fat accesses by bounds accessesTristan Gingold
2015-05-27Fix regression for expanded names.Tristan Gingold
2015-05-27Handle signal attribute in declarations. Fix alias of implicit signal.Tristan Gingold
2015-05-15vhdl 00+: allow non-protected shared variables with -frelaxed-rulesTristan Gingold
2015-05-12Always report pure rules violation, but as a warning in 93c or -frelaxed-rulesTristan Gingold
2015-05-12aliases: avoid crash in case of mismatch between function and procedure.Tristan Gingold
2015-05-09Report incorrect use of 'Base.Tristan Gingold
2015-01-10vhdl08: block configuration for if-generate statements.Tristan Gingold
2015-01-03Initial rework for vhdl 2008 generate statements.Tristan Gingold
2014-12-26Rewrite sem_scopes tables for speed-up (and clarification).Tristan Gingold
2014-12-15Use same node for implicit and explicit subprogram declarations.Tristan Gingold
2014-12-14iirs: reduce size of interface objects.Tristan Gingold
2014-12-14iirs: reduce size of signal_declaration.Tristan Gingold
2014-12-14Put attribute_value_chain in parent.Tristan Gingold
2014-11-04Create src/vhdl subdirectory.Tristan Gingold