Safety-Related Semantic Errors
Errors that particularly relate to safety-related checks and which were not complained by the semantic analysis, are detected and reported by the safety-related semantic analysis. For safety-related code, the safety-related semantic analysis represents the last frontend step before the processor-independent intermediate code generation, i.e., the last analysis phase after the lexical and the syntactical check, before entering the 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. |