Did some investigation of WithStmt. It may not be possible to convert it to a Stmt without changing how SymbolTable handles the with clauses. (details)
Added a test showing how the conflict handling in the with clause currently works. (details)
Removed Decl::fromId as it was unused. There are a few places that use uniqueId directly. (details)
Round of significant clean-up and reindentation of InitTweak directory. (details)
Round of clean-up in the Concurrency directory headers. (details)
Commit
6a0b043e80fdf4cf1c67a5448b9dd15216278047
by ajbeach
Did some investigation of WithStmt. It may not be possible to convert it to a Stmt without changing how SymbolTable handles the with clauses.