aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/errorout.ads
Commit message (Collapse)AuthorAgeFilesLines
* Move errorout from vhdl/ to src/Tristan Gingold2019-05-091-274/+0
|
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-103/+2
|
* vhdl: Add a warning for null range in discrete type declaration.Tristan Gingold2019-05-071-3/+3
| | | | For issue #810
* vhdl: rename iirs to vhdl.nodesTristan Gingold2019-05-051-1/+1
|
* vhdl: move tokens as vhdl child package.Tristan Gingold2019-05-041-3/+3
|
* errorout, tokens: reindent.Tristan Gingold2018-12-131-5/+7
|
* Move Error_Msg_Scan to scanner.Tristan Gingold2018-12-051-11/+0
|
* Move Error_Msg_Parse from errorout to parse.Tristan Gingold2018-12-051-10/+0
|
* errorout: set length of location.Tristan Gingold2018-11-281-0/+9
|
* errorout: count max number of errors, limit errors.Tristan Gingold2018-11-261-4/+6
|
* Add errorout-memory.Tristan Gingold2018-11-191-2/+2
|
* errorout: split and rework.Tristan Gingold2018-11-161-4/+27
|
* errorout: add %s to display strings.Tristan Gingold2018-11-161-3/+8
|
* vhdl parse: get rid of parse_error exception.Tristan Gingold2018-11-121-1/+0
|
* Add -Wothers warning.Tristan Gingold2018-09-231-0/+3
|
* Add Warnid_Static, detect incorrect use of others in aggregate.Tristan Gingold2018-09-221-1/+4
|
* Adjust -Whide (disabled in some useless cases).Tristan Gingold2018-09-181-1/+1
|
* Add --warn-hide when a declaration hides a previous one.Tristan Gingold2018-09-171-0/+3
| | | | For #652
* Refine error message for attribute specification.Tristan Gingold2018-02-061-1/+2
| | | | Fix #525
* Preliminary support for tool directives.Tristan Gingold2017-11-061-0/+3
|
* Allow unbounded IN ports with relaxed rules.Tristan Gingold2017-10-151-4/+11
|
* Disable warnings while analyzing dependences.Tristan Gingold2017-02-211-0/+23
|
* Add color diagnostics, show diagnostic option.Tristan Gingold2017-02-061-1/+11
|
* errorout: add set_program_name.Tristan Gingold2016-12-111-0/+4
| | | | ghdlmain: use errorout.
* Add an analysis time check for bounds on port association.Tristan Gingold2016-09-241-0/+4
| | | | Fix issue #148
* Rewrite most of error and warning messages.Tristan Gingold2016-08-021-6/+28
|
* Rewrite error messages.Tristan Gingold2016-08-021-4/+13
|
* Rewrite scan error messages: use formatting.Tristan Gingold2016-08-021-15/+69
|
* Rework warnings to have a uniq tag per warning.Tristan Gingold2016-08-011-6/+83
|
* Avoid a crash on error.Tristan Gingold2016-03-261-2/+2
| | | | Fix bug041.
* cleanup in errorout.Tristan Gingold2015-12-211-4/+0
|
* errors: remove error_msg and warning_msg.Tristan Gingold2015-05-171-9/+17
|
* Always report pure rules violation, but as a warning in 93c or -frelaxed-rulesTristan Gingold2015-05-121-0/+3
| | | | For ticket 57.
* Rename Get_Location_Str to Image.Tristan Gingold2015-05-091-3/+1
|
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+128