Skip to content
Success

Changes

Summary

  1. More use of the new AST named boolean types. (details)
  2. ast::SuspendStmt::Type -> ::Kind, this fits the new convention where Type is limited for actual compiler types. (details)
Commit 3e94a2320178a198595aea8d54df01c0ba38565c by ajbeach
More use of the new AST named boolean types.
The file was modifiedsrc/AST/Decl.hpp
The file was modifiedsrc/AST/Decl.cpp
The file was modifiedsrc/AST/Type.hpp
The file was modifiedsrc/AST/Convert.cpp
The file was modifiedsrc/Parser/TypeData.cc
The file was modifiedsrc/Parser/StatementNode.cc
The file was modifiedsrc/AST/Stmt.hpp
Commit 835d6e8a258b0c508e242693bfb325e57857db4a by ajbeach
ast::SuspendStmt::Type -> ::Kind, this fits the new convention where Type is limited for actual compiler types.
The file was modifiedsrc/Parser/StatementNode.cc
The file was modifiedsrc/AST/Stmt.hpp
The file was modifiedsrc/AST/Print.cpp
The file was modifiedsrc/Concurrency/KeywordsNew.cpp
The file was modifiedsrc/AST/Convert.cpp
The file was modifiedsrc/Parser/ParseNode.h