Commit
10b5970650e2ff3d8e757dd5c91889d466e44fe0
by Michael BrooksFix many test-suite- and libcfa-caused unused variable warnings.
In scope are easy fixes among tests whose sole warnings were unused variable. Reduces the wflags lax list by 40%.
|
The file was modified | tests/exceptions/hotpotato_checked.cfa |
The file was modified | tests/concurrency/examples/boundedBufferINT.cfa |
The file was modified | tests/concurrency/signal/block.cfa |
The file was modified | tests/concurrency/unified_locking/pthread_locks.cfa |
The file was modified | tests/concurrency/waituntil/channel_zero_size.cfa |
The file was modified | tests/raii/partial.cfa |
The file was modified | tests/concurrency/join.cfa |
The file was modified | tests/concurrency/pthread/pthread_cond_test.cfa |
The file was modified | libcfa/src/concurrency/mutex_stmt.hfa |
The file was modified | tests/concurrency/signal/disjoint.cfa |
The file was modified | tests/concurrency/waituntil/one_chan.cfa |
The file was modified | tests/enum_tests/planet.cfa |
The file was modified | tests/concurrency/thread.cfa |
The file was modified | tests/concurrency/pthread/pthread_once_test.cfa |
The file was modified | tests/configs/parsenums.cfa |
The file was modified | tests/concurrency/waitfor/statment.cfa |
The file was modified | tests/maybe.cfa |
The file was modified | tests/quotedKeyword.cfa |
The file was modified | tests/smart-pointers.cfa |
The file was modified | tests/concurrency/futures/wait_any.cfa |
The file was modified | tests/PRNG.cfa |
The file was modified | tests/concurrency/examples/boundedBufferEXT.cfa |
The file was modified | tests/concurrency/mutexstmt/locks.cfa |
The file was modified | libcfa/src/bits/queue.hfa |
The file was modified | tests/concurrency/suspend_then.cfa |
The file was modified | tests/result.cfa |
The file was modified | tests/tuple/tupleVariadic.cfa |
The file was modified | tests/poly-d-cycle.cfa |
The file was modified | tests/concurrency/waitfor/when.cfa |
The file was modified | tests/concurrency/unified_locking/locks.cfa |
The file was modified | tests/coroutine/raii.cfa |
The file was modified | tests/enum_tests/structEnum.cfa |
The file was modified | tests/exceptions/hotpotato.cfa |
The file was modified | tests/tuple/tupleAssign.cfa |
The file was modified | tests/concurrency/readyQ/leader_spin.cfa |
The file was modified | tests/configs/parsebools.cfa |
The file was modified | tests/enum_tests/inc-dec.cfa |
The file was modified | tests/concurrency/coroutineYield.cfa |
The file was modified | tests/concurrency/multi-monitor.cfa |
The file was modified | tests/Makefile.am |
The file was modified | tests/tuple/tuplePolymorphism.cfa |
The file was modified | tests/concurrency/channels/ping_pong.cfa |
The file was modified | tests/sizeof.cfa |
The file was modified | tests/concurrency/waitfor/barge.cfa |
The file was modified | tests/ctrl-flow/goto.cfa |
The file was modified | tests/mathX.cfa |
The file was modified | tests/poly-o-cycle.cfa |
The file was modified | tests/enum.cfa |
The file was modified | tests/linking/mangling/main.cfa |
The file was modified | tests/malloc.cfa |
The file was modified | tests/concurrency/migrate.cfa |
The file was modified | tests/poly-member.cfa |
The file was modified | tests/ctrl-flow/ifwhileCtl.cfa |
The file was modified | tests/concurrency/signal/wait.cfa |
The file was modified | tests/concurrency/cluster.cfa |
The file was modified | tests/concurrency/monitor.cfa |
The file was modified | tests/concurrency/mutexstmt/monitors.cfa |
The file was modified | tests/concurrency/preempt.cfa |
The file was modified | tests/link-once/main.cfa |
The file was modified | tests/typeof.cfa |
The file was modified | tests/alloc.cfa |
The file was modified | tests/io/io-acquire-no-io.cfa |
Commit
190a833c2baaf0fb88c72cb00720c5ab476197bc
by ajbeachReturning to exceptions after a long time and added the ability to provide fields to the virtual table. Added a connected test.
|
The file was added | tests/exceptions/message.cfa |
The file was modified | src/ControlStruct/ExceptDecl.cpp |
The file was added | tests/exceptions/.expect/message.txt |
Commit
d84f2ae33ff967a0dcd536586c44e74523d30775
by Michael BrooksFix transpiler-induced unused parameter on layoutof.
|
The file was modified | tests/Makefile.am |
The file was modified | src/GenPoly/Box.cpp |
The file was modified | tests/nowarn/unused.cfa |
The file was modified | tests/.expect/functions.x64.txt |
The file was modified | tests/.expect/functions.x86.txt |
The file was modified | tests/.expect/functions.arm64.txt |
Commit
658f3179a55ce90335d3299a7ba9d895ca2402f0
by ajbeachMoved massive function log2_u32_32 out of header.
|
The file was modified | libcfa/src/math.hfa |
The file was modified | libcfa/src/math.cfa |
Commit
f32448e57f0ab8d1fe2a3f2dab0086e667006f4b
by ajbeachFixed white-space. Woops.
|
The file was modified | libcfa/src/math.cfa |
Commit
550446f0489dc176d5110fe7a841d4b4586a2028
by ajbeachAdded some code to the code generator for printing try statements in intermediate states.
|
The file was modified | src/CodeGen/CodeGenerator.hpp |
The file was modified | src/CodeGen/CodeGenerator.cpp |
Commit
5a894e127cdd03050d3cbfeb505e10a6e3dd544c
by ajbeachAdded more custom constructors into the new exceptions test to avoid errors on some machines.
|
The file was modified | tests/exceptions/message.cfa |
Commit
454aab2d00e92a088b70cd656bc8f20cbc76b2a6
by Peter Buhrupdate io_uring casts to prevent 32-bit warning messages about wrong sized pointer to inter conversion
|
The file was modified | libcfa/src/concurrency/io/call.cfa.in |