Summary
- Added some code near the end of main to improve some internal statistics (about a tenth of all allocations seem to be missing a deallocation). Also some clean-up of passes in main. (details)
- One extra whitespace line removed. I do not believe that represented an important ordering point. (details)
- Change (enum) range loop so that it works on any type that define succ() and upperBound() (details)
The file was modified | src/Validate/ImplementEnumFunc.hpp |
The file was modified | src/main.cpp |
The file was modified | src/main.cpp |
The file was modified | src/Parser/parser.yy |
The file was modified | src/ControlStruct/TranslateEnumRange.cpp |
The file was modified | src/Parser/StatementNode.cpp |
The file was modified | libcfa/src/enum.cfa |