Summary
- move __attribute__((unused)) so it applies to variable (details)
- formatting (details)
- formatting, documentation refactor alloc code, remove annoying warnings (details)
- Updated files in ResolvExpr to the new indentation style. It seems the remaining places have reason to break from the style. (details)
- add combinations of pointer/reference for memset and memcpy (details)
- update postfix function, storage management, and memory set/copy (details)
- fix parsing bug in field declaring list with empty declarator (details)
The file was modified | libcfa/src/concurrency/kernel/fwd.hfa |
The file was modified | libcfa/src/device/cpu.cfa |
The file was modified | libcfa/src/iostream.hfa |
The file was modified | libcfa/src/stdlib.cfa |
The file was modified | libcfa/src/stdlib.hfa |
The file was modified | src/ResolvExpr/Unify.cc |
The file was modified | src/ResolvExpr/typeops.h |
The file was modified | src/ResolvExpr/RenameVars.cc |
The file was modified | src/ResolvExpr/ConversionCost.cc |
The file was modified | src/ResolvExpr/CommonType.cc |
The file was modified | libcfa/src/stdlib.hfa |
The file was modified | tests/alloc.cfa |
The file was modified | doc/user/user.tex |
The file was modified | src/Parser/parser.yy |