summary refs log tree commit diff stats
path: root/tests/arc/tcontrolflow.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix the DFA for "unstructured controlflow" (#14263)Clyybber2020-05-071-0/+24
| | | | | * Fix the DFA for "unstructured controlflow" * Add testcase from #14233
* arc optimizations (#13325)Andreas Rumpf2020-03-181-0/+55
* scope based destructors * handle 'or' and 'and' expressions properly, see the new test arc/tcontrolflow.nim * make this branch mergable, logic is disabled for now