summaryrefslogtreecommitdiff
path: root/src/vhdl/errorout.adb
AgeCommit message (Expand)Author
2015-05-23Preliminary work to support external names (parse, semantic)Tristan Gingold
2015-05-21Fix location output in elab error messages.Tristan Gingold
2015-05-17error: fix double colon in error message (from previous commit).Tristan Gingold
2015-05-17errors: remove error_msg and warning_msg.Tristan Gingold
2015-05-15Pure errors are warnings in relaxed rules.Tristan Gingold
2015-05-12Always report pure rules violation, but as a warning in 93c or -frelaxed-rulesTristan Gingold
2015-05-12Add context declaration and reference (vhdl 2008).Tristan Gingold
2015-05-09Rename Get_Location_Str to Image.Tristan Gingold
2015-01-30grt: fix protected object lock during elaboration.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-11-04Create src/vhdl subdirectory.Tristan Gingold