Skip to content
Success

Changes

Summary

  1. move __attribute__((unused)) so it applies to variable (details)
  2. formatting (details)
  3. formatting, documentation refactor alloc code, remove annoying warnings (details)
  4. Updated files in ResolvExpr to the new indentation style. It seems the remaining places have reason to break from the style. (details)
  5. add combinations of pointer/reference for memset and memcpy (details)
  6. update postfix function, storage management, and memory set/copy (details)
  7. fix parsing bug in field declaring list with empty declarator (details)
Commit 358e1152002470ca3f713c07ccb231c390e19624 by Peter Buhr
 move __attribute__((unused)) so it applies to variable
The file was modifiedlibcfa/src/concurrency/kernel/fwd.hfa
Commit c0363bee631ede6c352411fec29264c8203f3bd5 by Peter Buhr
formatting
The file was modifiedlibcfa/src/stdlib.cfa
The file was modifiedlibcfa/src/iostream.hfa
The file was modifiedlibcfa/src/device/cpu.cfa
Commit 0fe07bed2cb01481241078e5bf0ce173ab57464e by Peter Buhr
formatting, documentation refactor alloc code, remove annoying warnings
The file was modifiedlibcfa/src/stdlib.hfa
Commit 13de4478412abd33f139ec84186ad2c7b0e777a3 by ajbeach
Updated files in ResolvExpr to the new indentation style. It seems the remaining places have reason to break from the style.
The file was modifiedsrc/ResolvExpr/RenameVars.cc
The file was modifiedsrc/ResolvExpr/ConversionCost.cc
The file was modifiedsrc/ResolvExpr/CommonType.cc
The file was modifiedsrc/ResolvExpr/typeops.h
The file was modifiedsrc/ResolvExpr/Unify.cc
Commit 4a3eb1c83341949f6869646db2327a872393b817 by Peter Buhr
add combinations of pointer/reference for memset and memcpy
The file was modifiedlibcfa/src/stdlib.hfa
The file was modifiedtests/alloc.cfa
Commit 58e2ce3410706f3978686f5d9bf0ebb96fdb0b56 by Peter Buhr
update postfix function, storage management, and memory set/copy
The file was modifieddoc/user/user.tex
Commit 89da3a994f3a8944d318eebe5bbac3ced5d87f37 by Peter Buhr
fix parsing bug in field declaring list with empty declarator
The file was modifiedsrc/Parser/parser.yy