Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move errorout from vhdl/ to src/ | Tristan Gingold | 2019-05-09 | 1 | -274/+0 |
| | |||||
* | vhdl: extract vhdl.errors from errorout. | Tristan Gingold | 2019-05-08 | 1 | -103/+2 |
| | |||||
* | vhdl: Add a warning for null range in discrete type declaration. | Tristan Gingold | 2019-05-07 | 1 | -3/+3 |
| | | | | For issue #810 | ||||
* | vhdl: rename iirs to vhdl.nodes | Tristan Gingold | 2019-05-05 | 1 | -1/+1 |
| | |||||
* | vhdl: move tokens as vhdl child package. | Tristan Gingold | 2019-05-04 | 1 | -3/+3 |
| | |||||
* | errorout, tokens: reindent. | Tristan Gingold | 2018-12-13 | 1 | -5/+7 |
| | |||||
* | Move Error_Msg_Scan to scanner. | Tristan Gingold | 2018-12-05 | 1 | -11/+0 |
| | |||||
* | Move Error_Msg_Parse from errorout to parse. | Tristan Gingold | 2018-12-05 | 1 | -10/+0 |
| | |||||
* | errorout: set length of location. | Tristan Gingold | 2018-11-28 | 1 | -0/+9 |
| | |||||
* | errorout: count max number of errors, limit errors. | Tristan Gingold | 2018-11-26 | 1 | -4/+6 |
| | |||||
* | Add errorout-memory. | Tristan Gingold | 2018-11-19 | 1 | -2/+2 |
| | |||||
* | errorout: split and rework. | Tristan Gingold | 2018-11-16 | 1 | -4/+27 |
| | |||||
* | errorout: add %s to display strings. | Tristan Gingold | 2018-11-16 | 1 | -3/+8 |
| | |||||
* | vhdl parse: get rid of parse_error exception. | Tristan Gingold | 2018-11-12 | 1 | -1/+0 |
| | |||||
* | Add -Wothers warning. | Tristan Gingold | 2018-09-23 | 1 | -0/+3 |
| | |||||
* | Add Warnid_Static, detect incorrect use of others in aggregate. | Tristan Gingold | 2018-09-22 | 1 | -1/+4 |
| | |||||
* | Adjust -Whide (disabled in some useless cases). | Tristan Gingold | 2018-09-18 | 1 | -1/+1 |
| | |||||
* | Add --warn-hide when a declaration hides a previous one. | Tristan Gingold | 2018-09-17 | 1 | -0/+3 |
| | | | | For #652 | ||||
* | Refine error message for attribute specification. | Tristan Gingold | 2018-02-06 | 1 | -1/+2 |
| | | | | Fix #525 | ||||
* | Preliminary support for tool directives. | Tristan Gingold | 2017-11-06 | 1 | -0/+3 |
| | |||||
* | Allow unbounded IN ports with relaxed rules. | Tristan Gingold | 2017-10-15 | 1 | -4/+11 |
| | |||||
* | Disable warnings while analyzing dependences. | Tristan Gingold | 2017-02-21 | 1 | -0/+23 |
| | |||||
* | Add color diagnostics, show diagnostic option. | Tristan Gingold | 2017-02-06 | 1 | -1/+11 |
| | |||||
* | errorout: add set_program_name. | Tristan Gingold | 2016-12-11 | 1 | -0/+4 |
| | | | | ghdlmain: use errorout. | ||||
* | Add an analysis time check for bounds on port association. | Tristan Gingold | 2016-09-24 | 1 | -0/+4 |
| | | | | Fix issue #148 | ||||
* | Rewrite most of error and warning messages. | Tristan Gingold | 2016-08-02 | 1 | -6/+28 |
| | |||||
* | Rewrite error messages. | Tristan Gingold | 2016-08-02 | 1 | -4/+13 |
| | |||||
* | Rewrite scan error messages: use formatting. | Tristan Gingold | 2016-08-02 | 1 | -15/+69 |
| | |||||
* | Rework warnings to have a uniq tag per warning. | Tristan Gingold | 2016-08-01 | 1 | -6/+83 |
| | |||||
* | Avoid a crash on error. | Tristan Gingold | 2016-03-26 | 1 | -2/+2 |
| | | | | Fix bug041. | ||||
* | cleanup in errorout. | Tristan Gingold | 2015-12-21 | 1 | -4/+0 |
| | |||||
* | errors: remove error_msg and warning_msg. | Tristan Gingold | 2015-05-17 | 1 | -9/+17 |
| | |||||
* | Always report pure rules violation, but as a warning in 93c or -frelaxed-rules | Tristan Gingold | 2015-05-12 | 1 | -0/+3 |
| | | | | For ticket 57. | ||||
* | Rename Get_Location_Str to Image. | Tristan Gingold | 2015-05-09 | 1 | -3/+1 |
| | |||||
* | Create src/vhdl subdirectory. | Tristan Gingold | 2014-11-04 | 1 | -0/+128 |