-
- Downloads
Fix issue #26 (Improve uninitialized variable detection ...)
Close #26 Actually detecting uninitialized variable use is too challenging. The more important is to try to never use uninitialized values which lead to unexpected behavior. Thus one catches std::bad_variant_access which is quite a serious indicator that uninitialized variable was used.
parent
35746c2d
No related branches found
No related tags found
Showing
- src/language/ast/ASTNode.hpp 7 additions, 1 deletionsrc/language/ast/ASTNode.hpp
- src/language/node_processor/AffectationProcessor.hpp 23 additions, 19 deletionssrc/language/node_processor/AffectationProcessor.hpp
- src/language/utils/BuiltinFunctionEmbedder.hpp 43 additions, 38 deletionssrc/language/utils/BuiltinFunctionEmbedder.hpp
Loading
Please register or sign in to comment