Semantic Errors and Warnings
The semantic analysis represents the last frontend step, i.e., the last analysis phase after the lexical and the syntactical check, before entering the backend phase (code synthesis).
Note
Automatic background compilation While editing the project, the compiler is automatically executed after each modification. This way, detected errors are reported without a manual compiler start. The Error List in the message window is only updated after completing the compilation. |
For a list of all possible errors belonging to this category, please refer to the table of content.