Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve error message for #560. | Tristan Gingold | 2018-04-24 | 1 | -1/+9 |
| | |||||
* | Avoid a crash on overload name used as a type mark. | Tristan Gingold | 2018-04-12 | 1 | -1/+7 |
| | | | | Fix #553 | ||||
* | Improve handling of cascaded error. | Tristan Gingold | 2018-03-21 | 1 | -1/+1 |
| | | | | Fir #543 | ||||
* | sem_names: improve support of external names. | Tristan Gingold | 2018-01-21 | 1 | -0/+16 |
| | |||||
* | evaluation: remove use of Nam_Buffer. | Tristan Gingold | 2018-01-20 | 1 | -9/+13 |
| | |||||
* | Rename of Iir_Kinds_Library_Unit | Tristan Gingold | 2017-12-01 | 1 | -4/+4 |
| | |||||
* | Avoid crash on non-allowed declarations in protected types. | Tristan Gingold | 2017-11-28 | 1 | -1/+3 |
| | | | | Fix #470. | ||||
* | sem_names: do not try to analyze a selected element as an expanded name. | Tristan Gingold | 2017-11-19 | 1 | -1/+2 |
| | | | | Fix #465. | ||||
* | Rework list implementation, use iterator. | Tristan Gingold | 2017-11-11 | 1 | -50/+70 |
| | |||||
* | Use flist for enumerations. | Tristan Gingold | 2017-11-07 | 1 | -3/+3 |
| | |||||
* | Use Flist for records. | Tristan Gingold | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | Use Flist for array indexes. | Tristan Gingold | 2017-11-06 | 1 | -16/+14 |
| | |||||
* | Follow object aliases while checking purity. | Tristan Gingold | 2017-10-26 | 1 | -6/+15 |
| | | | | Fix #447 | ||||
* | sem_names: set location on signal attribute. | Tristan Gingold | 2017-10-24 | 1 | -0/+1 |
| | |||||
* | Handle overload call to interface subprograms. | Tristan Gingold | 2017-10-16 | 1 | -0/+3 |
| | | | | Fix #439 | ||||
* | Reformating and comments. | Tristan Gingold | 2017-10-15 | 1 | -1/+3 |
| | |||||
* | Selected_Element: add Identifier field. | Tristan Gingold | 2017-10-09 | 1 | -0/+1 |
| | |||||
* | Sem_Name_Clean: handle selected_name. | Tristan Gingold | 2017-10-04 | 1 | -1/+2 |
| | |||||
* | TO FIX: handle parenthesis in sem_name. | Tristan Gingold | 2017-09-25 | 1 | -0/+3 |
| | |||||
* | sem_assocs: rewrite (pass v87) | Tristan Gingold | 2017-09-25 | 1 | -15/+27 |
| | |||||
* | sem_name: avoid a crash on error on the prefix of a selected name. | Tristan Gingold | 2017-09-13 | 1 | -0/+4 |
| | | | | Fix #413 | ||||
* | Handle protected function as association conversion function. | Tristan Gingold | 2017-08-25 | 1 | -13/+25 |
| | | | | Fix #400 | ||||
* | Avoid crash in overload resolution of selected element. | Tristan Gingold | 2017-08-16 | 1 | -2/+8 |
| | | | | Fix #397 | ||||
* | sem_names: fix a crash with overload on a slice. | Tristan Gingold | 2017-08-03 | 1 | -0/+1 |
| | | | | Fix #395 | ||||
* | Avoid crash on indexed enumeration literal. | Tristan Gingold | 2017-07-22 | 1 | -1/+2 |
| | | | | Fix #389 | ||||
* | Improve error handling on type mark. | Tristan Gingold | 2017-07-22 | 1 | -0/+3 |
| | | | | Fix #387 | ||||
* | sem_assocs: correctly check both possibilities for parenthesis formal. | Tristan Gingold | 2017-06-27 | 1 | -29/+32 |
| | | | | Fix #373 | ||||
* | sem_parenthesis_name: handle unit declaration as prefix. | Tristan Gingold | 2017-06-26 | 1 | -1/+2 |
| | | | | Fix #374 | ||||
* | Correctly reject user attribute of attribute. | Tristan Gingold | 2017-06-06 | 1 | -0/+4 |
| | | | | Fix #367 | ||||
* | Avoid a crash when a subtype indication is found within an expression. | Tristan Gingold | 2017-05-21 | 1 | -0/+5 |
| | | | | Fix #351 | ||||
* | Fix typo: paths. | Tristan Gingold | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | Avoid cascaded crash for invalid mark_type name. | Tristan Gingold | 2017-05-17 | 1 | -1/+5 |
| | |||||
* | Allow function declaration to be a prefix of array attribute. | Tristan Gingold | 2017-03-16 | 1 | -0/+8 |
| | | | | Fix #320 | ||||
* | Add color diagnostics, show diagnostic option. | Tristan Gingold | 2017-02-06 | 1 | -1/+2 |
| | |||||
* | adjust previous patch. | Tristan Gingold | 2017-01-23 | 1 | -1/+2 |
| | |||||
* | Allow 'subtype and 'base for 'simple_name prefix. | Tristan Gingold | 2017-01-23 | 1 | -77/+101 |
| | | | | Fix #261 | ||||
* | sem_names: finish sem of 'subtype prefix. | Tristan Gingold | 2017-01-16 | 1 | -3/+3 |
| | |||||
* | vhdl08: implement 'subtype attribute | Tristan Gingold | 2017-01-13 | 1 | -26/+77 |
| | | | | Fix #253 | ||||
* | iirs: renames Iir_Kinds_Scalar_Type_Definition | Tristan Gingold | 2017-01-02 | 1 | -2/+3 |
| | |||||
* | Improve error message for #243 | Tristan Gingold | 2016-12-22 | 1 | -0/+20 |
| | |||||
* | Evaluation: handle array aggregate and indexed names. | Tristan Gingold | 2016-12-19 | 1 | -8/+10 |
| | | | | Fix #216 | ||||
* | select_name: consider subtype. | Tristan Gingold | 2016-12-13 | 1 | -7/+11 |
| | | | | For #191 | ||||
* | sem_names: handle expanded name of interface subprograms. | Tristan Gingold | 2016-12-08 | 1 | -1/+8 |
| | |||||
* | improve error message for a procedure call within an expression. | Tristan Gingold | 2016-11-12 | 1 | -1/+2 |
| | |||||
* | get_object_type_staticness: handle component_declaration. | Tristan Gingold | 2016-10-17 | 1 | -0/+1 |
| | | | | Fix #167 | ||||
* | sem_predefined_type_attribute: free attribute_name for base_attribute. | Tristan Gingold | 2016-10-13 | 1 | -7/+7 |
| | |||||
* | sem_parenthesis_name: avoid node leaks on prefix. | Tristan Gingold | 2016-10-12 | 1 | -5/+24 |
| | |||||
* | Rework AST to setup ownership and reference policy. | Tristan Gingold | 2016-10-11 | 1 | -31/+67 |
| | | | | Check it with nodes_gc. | ||||
* | sem_names: add comments | Tristan Gingold | 2016-10-02 | 1 | -2/+13 |
| | |||||
* | nodes_gc: check bad refs | Tristan Gingold | 2016-10-02 | 1 | -0/+1 |
| |