Gyoji Compiler
|
Check that all types have been fully declared before use. More...
#include <gyoji-analysis.hpp>
Check that all types have been fully declared before use.
This analysis ensures that all types have been fully declared before they are used in code. Essentially, this looks for the existence of 'forward-declared' variables that are in use by code which doesn't yet know the full definition/size of the object.