aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/errorout.adb
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup in errorout.Tristan Gingold2015-12-211-43/+34
* errorout: fix crash on entity_aspect_entity.Tristan Gingold2015-12-031-2/+11
* Improve error message.Tristan Gingold2015-08-291-0/+4
* Preliminary work to support external names (parse, semantic)Tristan Gingold2015-05-231-0/+16
* Fix location output in elab error messages.Tristan Gingold2015-05-211-3/+14
* error: fix double colon in error message (from previous commit).Tristan Gingold2015-05-171-4/+4
* errors: remove error_msg and warning_msg.Tristan Gingold2015-05-171-131/+93
* Pure errors are warnings in relaxed rules.Tristan Gingold2015-05-151-5/+5
* Always report pure rules violation, but as a warning in 93c or -frelaxed-rulesTristan Gingold2015-05-121-0/+11
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-0/+4
* Rename Get_Location_Str to Image.Tristan Gingold2015-05-091-33/+1
* grt: fix protected object lock during elaboration.Tristan Gingold2015-01-301-1/+1
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-1/+6
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-311-5/+5
* Rework string literals: store literals position.Tristan Gingold2014-12-291-6/+2
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-18/+2
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+1113