Skip to content
Success

Changes

Summary

  1. Adding explination to the memory leak in driver/cfa.cc. (details)
  2. 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)
  3. 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)
Commit 81bd7e3604f408b01d4d923c0e8113882f93b9ab by ajbeach
Adding explination to the memory leak in driver/cfa.cc.
The file was modifieddriver/cfa.cc
Commit a5ea26135d5db981be7cff8e27809ec6e169064e by ajbeach
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).
The file was modifiedtests/pybin/settings.py
The file was modifiedtests/test.py
Commit 028e512be20300213fad0a5edd77bf82e1312b98 by ajbeach
Cleaned up some DeclarationNode code that had some extra code no longer needed because of the translation. Also added a helper function for clarity.
The file was modifiedsrc/Parser/DeclarationNode.h
The file was modifiedsrc/Parser/DeclarationNode.cc