Skip to content
Failed

Changes

Summary

  1. Change for C++20 compatability. We may not be upgrading soon but this is the only error that arised in my tests. (details)
  2. formatting (details)
  3. Moved ast::BasicType::Kind to ast::BasicKind in its own hearder. This is more consistent with other utility enums (although we still use this as a enum class) and reduces what some files need to include. Also did a upgrade in a comment with MAX_INTEGER_TYPE, it is now part of the enum. (details)
Commit 8fd53b6e78e92b006d350f096015bdb4a041afef by ajbeach
Change for C++20 compatability. We may not be upgrading soon but this is the only error that arised in my tests.
The file was modified src/AST/Type.hpp
Commit fbe3f03e6d4108c04b7ad01b9544077826dea88c by Peter Buhr
formatting
The file was modified libcfa/src/time.hfa
The file was modified libcfa/src/collections/string.cfa
The file was modified libcfa/src/collections/string_res.cfa
The file was modified libcfa/src/stdlib.hfa
Commit 7a780ad23506507b6a1feccc46d18e12da183ceb by ajbeach
Moved ast::BasicType::Kind to ast::BasicKind in its own hearder. This is more consistent with other utility enums (although we still use this as a enum class) and reduces what some files need to include. Also did a upgrade in a comment with MAX_INTEGER_TYPE, it is now part of the enum.
The file was modified src/ResolvExpr/CandidateFinder.cpp
The file was modified src/ControlStruct/ExceptTranslate.cpp
The file was modified src/Common/ResolvProtoDump.cpp
The file was modified src/Concurrency/Waituntil.cpp
The file was modified src/ResolvExpr/ResolveTypeof.cc
The file was modified src/Parser/TypeData.cc
The file was addedsrc/AST/BasicKind.hpp
The file was modified src/Validate/GenericParameter.cpp
The file was modified src/CodeGen/GenType.cc
The file was modified src/AST/Expr.cpp
The file was modified src/Parser/TypeData.h
The file was modified src/CodeGen/FixMain.cc
The file was modified src/Parser/ExpressionNode.cc
The file was modified src/SymTab/Mangler.cc
The file was modified src/Validate/ImplementEnumFunc.cpp
The file was modified src/AST/Pass.impl.hpp
The file was modified src/ResolvExpr/ConversionCost.cc
The file was modified src/Concurrency/Corun.cpp
The file was modified src/Makefile.am
The file was modified src/AST/module.mk
The file was modified src/ControlStruct/ExceptDecl.cpp
The file was modified src/SymTab/ManglerCommon.cc
The file was modified src/Tuples/TupleExpansion.cpp
The file was modified src/ResolvExpr/PtrsCastable.cc
The file was modified src/Concurrency/Waitfor.cpp
The file was modified src/AST/Type.hpp
The file was modified src/SymTab/GenImplicitCall.cpp
The file was modified src/Validate/ReplaceTypedef.cpp
The file was modified src/Parser/parser.yy
The file was modified src/ResolvExpr/CommonType.cc
The file was modified src/BasicTypes-gen.cc
The file was modified src/GenPoly/Box.cpp
The file was modified src/InitTweak/FixInit.cpp
The file was modified src/ResolvExpr/Resolver.cc