Skip to content
Success

Changes

Summary

  1. 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)
  2. One extra whitespace line removed. I do not believe that represented an important ordering point. (details)
  3. Change (enum) range loop so that it works on any type that define succ() and upperBound() (details)
Commit 7fe4adbb9b6817b4a0fb1a558d04538aec2b7754 by ajbeach
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.
The file was modifiedsrc/Validate/ImplementEnumFunc.hpp
The file was modifiedsrc/main.cpp
Commit 793eb2f7c8d2bbc20a7f482b1ddd024187c91f5d by ajbeach
One extra whitespace line removed. I do not believe that represented an important ordering point.
The file was modifiedsrc/main.cpp
Commit 6d2b3dcd9e518ea112923a8e83105ce7a4a77fd6 by j82liang
Change (enum) range loop so that it works on any type that define succ() and upperBound()
The file was modifiedsrc/Parser/parser.yy
The file was modifiedsrc/ControlStruct/TranslateEnumRange.cpp
The file was modifiedsrc/Parser/StatementNode.cpp
The file was modifiedlibcfa/src/enum.cfa