Skip to content
Success

Changes

Summary

  1. 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)
  2. Added a test showing how the conflict handling in the with clause currently works. (details)
  3. Removed Decl::fromId as it was unused. There are a few places that use uniqueId directly. (details)
  4. Round of significant clean-up and reindentation of InitTweak directory. (details)
  5. 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.
The file was modifiedsrc/AST/SymbolTable.cpp
The file was modifiedsrc/AST/SymbolTable.hpp
The file was modifiedsrc/AST/Decl.hpp
Commit 488371226e8f9a90c148825967facd2a8a86ba76 by ajbeach
Added a test showing how the conflict handling in the with clause currently works.
The file was addedtests/.expect/withconflict.txt
The file was addedtests/withconflict.cfa
Commit c36a4198e8f7c0fb7cafec586aebca035adef800 by ajbeach
Removed Decl::fromId as it was unused. There are a few places that use uniqueId directly.
The file was modifiedsrc/AST/Decl.cpp
The file was modifiedsrc/AST/Decl.hpp
Commit 8984003da746813325cd05052fbcb1cb7bef8d62 by ajbeach
Round of significant clean-up and reindentation of InitTweak directory.
The file was modifiedsrc/InitTweak/GenInit.cc
The file was modifiedsrc/InitTweak/FixGlobalInit.cc
The file was modifiedsrc/InitTweak/InitTweak.h
The file was modifiedsrc/InitTweak/GenInit.h
The file was modifiedsrc/SymTab/Mangler.cc
The file was modifiedsrc/InitTweak/FixGlobalInit.h
The file was modifiedsrc/InitTweak/FixInit.h
The file was modifiedsrc/InitTweak/InitTweak.cc
Commit 53dac826f0d887299b0b6ee89f1cb8b5cc850e88 by ajbeach
Round of clean-up in the Concurrency directory headers.
The file was modifiedsrc/Concurrency/Waitfor.h
The file was modifiedsrc/Concurrency/Actors.hpp
The file was modifiedsrc/Concurrency/Keywords.h
The file was modifiedsrc/Concurrency/Corun.hpp
The file was modifiedsrc/Concurrency/Waituntil.hpp