Gyoji Compiler
|
Performs checks for return-value consistency. More...
#include <gyoji-analysis.hpp>
Performs checks for return-value consistency.
This analysis pass checks that every code path eventually leads to a 'return' statement that ends the function. It also checks that all return statements return values that are consistent with the return type of that function.