summaryrefslogtreecommitdiff
path: root/src/vhdl/sem.adb
AgeCommit message (Expand)Author
2016-01-25Fix check of conformance for physical units.Tristan Gingold
2016-01-07Keep alias in use clauses. Fix issue 15.Tristan Gingold
2015-08-29Allow allocators in default value of subprogramsTristan Gingold
2015-07-11Defensive code.Tristan Gingold
2015-06-07Add suspend_flag.Tristan Gingold
2015-06-02Catch duplicated subprogram body.Tristan Gingold
2015-05-17errors: remove error_msg and warning_msg.Tristan Gingold
2015-05-16Preliminary work to refine overload disambiguation.Tristan Gingold
2015-05-13vhdl 08: implement 4.2 rules: no access/file type in return subtype.Tristan Gingold
2015-05-12Add context declaration and reference (vhdl 2008).Tristan Gingold
2015-05-10Correctly handle overload of subprogram in presence of subprogram alias.Tristan Gingold
2015-05-09Avoid crash if name of subprogram also denotes a non-subprogram declaration.Tristan Gingold
2015-01-16Keep and handle simple name for Block_Specification.Tristan Gingold
2015-01-14xrefs: adjust for vhdl08.Tristan Gingold
2015-01-12sem: fix Can_Collapse_Signals regression.Tristan Gingold
2015-01-10vhdl08: forbid simple block_specification for labeled if-generate statement.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-29Rework string literals: store literals position.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-11-04Create src/vhdl subdirectory.Tristan Gingold