Summary
- Adding explination to the memory leak in driver/cfa.cc. (details)
- The test.py (through Makefile) handles --invariant passing it to the build. It passes it through CFAFLAGS which are the caller's additional configuration. This is simpler than creating a config variable and then passing 'invariant=yes' to make (like debug or installed). (details)
- Cleaned up some DeclarationNode code that had some extra code no longer needed because of the translation. Also added a helper function for clarity. (details)
The file was modified | driver/cfa.cc |
The file was modified | tests/test.py |
The file was modified | tests/pybin/settings.py |
The file was modified | src/Parser/DeclarationNode.h |
The file was modified | src/Parser/DeclarationNode.cc |