aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/errorout.adb
Commit message (Expand)AuthorAgeFilesLines
* Move errorout from vhdl/ to src/Tristan Gingold2019-05-091-437/+0
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-970/+9
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-1/+1
* vhdl: move tokens as vhdl child package.Tristan Gingold2019-05-041-2/+2
* vhdl: move scanner under vhdl hierarchy.Tristan Gingold2019-05-041-8/+8
* errorout: discard disabled warnings.Tristan Gingold2019-01-041-0/+5
* errorout: do not crash on wildcard types.Tristan Gingold2018-12-221-2/+3
* files_map: renaming for consistency.Tristan Gingold2018-12-141-1/+1
* Errorout: use Logging instead of Text_IO.Tristan Gingold2018-12-051-23/+13
* Move Error_Msg_Scan to scanner.Tristan Gingold2018-12-051-30/+0
* Move Error_Msg_Parse from errorout to parse.Tristan Gingold2018-12-051-22/+0
* errorout: adjust msgid/location for error limit.Tristan Gingold2018-11-281-2/+2
* errorout: set length of location.Tristan Gingold2018-11-281-2/+6
* errorout: count max number of errors, limit errors.Tristan Gingold2018-11-261-1/+32
* Add errorout-memory.Tristan Gingold2018-11-191-1/+1
* errorout: split and rework.Tristan Gingold2018-11-161-296/+108
* errorout: add %s to display strings.Tristan Gingold2018-11-161-2/+25
* Avoid crash after error. For #381Tristan Gingold2018-03-241-1/+1
* errorout: remove use of Nam_Buffer.Tristan Gingold2018-01-201-13/+5
* Rework list implementation, use iterator.Tristan Gingold2017-11-111-5/+7
* errorout: adjust caret position.Tristan Gingold2017-10-241-1/+1
* Reduce cascaded error messages.Tristan Gingold2017-10-151-2/+5
* Allow unbounded IN ports with relaxed rules.Tristan Gingold2017-10-151-0/+8
* Add extract_expanded_line.Tristan Gingold2017-03-151-28/+2
* Expand line for -fcaret-diagnostics according to -ftabstopTristan Gingold2017-03-141-6/+18
* Disable color diagnotics by default on Windows.Tristan Gingold2017-02-251-3/+19
* Disable warnings while analyzing dependences.Tristan Gingold2017-02-211-13/+18
* Add color diagnostics, show diagnostic option.Tristan Gingold2017-02-061-18/+131
* vhdl08: implement 'subtype attributeTristan Gingold2017-01-131-0/+4
* errorout: add set_program_name.Tristan Gingold2016-12-111-16/+45
* Errorout.Disp_Subprg: handle interface subprograms.Tristan Gingold2016-12-081-4/+7
* vhdl08: allow unaffected in sequential signal assignments.Tristan Gingold2016-11-011-0/+2
* Add translation for selected signal assignment.Tristan Gingold2016-11-011-0/+3
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-0/+3
* Add signal_attribute_declaration to hold implicit atribute signals.Tristan Gingold2016-10-081-0/+3
* iirs: add association_element_subprogramTristan Gingold2016-09-201-1/+2
* vhdl08: create interface subprogram declaration.Tristan Gingold2016-09-191-2/+6
* vhdl08: preliminary work for nested package and type association.Tristan Gingold2016-09-011-1/+2
* vhdl08: parse and analyze interface types.Tristan Gingold2016-09-011-0/+4
* Avoid redudant quote in error messageTristan Gingold2016-08-261-2/+0
* Rewrite most of error and warning messages.Tristan Gingold2016-08-021-10/+48
* Rewrite error messages.Tristan Gingold2016-08-021-17/+48
* Rewrite scan error messages: use formatting.Tristan Gingold2016-08-021-34/+192
* Rework warnings to have a uniq tag per warning.Tristan Gingold2016-08-011-30/+77
* Parse case generate statement.Tristan Gingold2016-07-051-0/+2
* Avoid a crash on error.Tristan Gingold2016-03-261-5/+2
* Create psl_endpoint_declaration.Tristan Gingold2016-03-201-0/+2
* Add support for conditional assignments.Tristan Gingold2016-01-161-2/+14
* Use WORK location for loading the elaborated unit.Tristan Gingold2015-12-301-1/+7
* errorout: add code for caret (not yet enabled).Tristan Gingold2015-12-211-6/+43