Skip to content
Success

Changes

Summary

  1. add +~ and +~= for-control operators to match with -~ and -~= operators (details)
  2. put back quasi_void print (details)
  3. Added some notes about how to enable heap statistics. Reformated some of the related macro code to make it a bit more compact and hopefully clearer. (details)
Commit 01afd8dcb43dbce4998199e38bd0d1532596bcf2 by Peter Buhr
add +~ and +~= for-control operators to match with -~ and -~= operators
The file was modifiedsrc/Parser/parser.yy
The file was modifiedsrc/Parser/lex.ll
Commit 259012e3d5cbf2639379fff3cc51ef41fb9cb5cf by Peter Buhr
put back quasi_void print
The file was modifiedlibcfa/src/enum.hfa
The file was modifiedlibcfa/src/enum.cfa
Commit 3c55fcdbcd55d1744f1b2f592b1b158517e23781 by ajbeach
Added some notes about how to enable heap statistics. Reformated some of the related macro code to make it a bit more compact and hopefully clearer.
The file was modifiedsrc/Common/Stats/Heap.cpp