Skip to content
Started 6 hr 44 min ago
Took 18 min
Success

Build #787 (Apr 19, 2024, 10:43:03 AM)

Distributing Tarball
Build Artifacts
cfa-cc-1.0.0.2858.tar.gz2.03 MiB view
Changes
  1. Fix Enum predecessor (details)
  2. Fix succ(Enum) error and resolution ambiguity of enum with inheritance (details)
  3. Change for C++20 compatability. We may not be upgrading soon but this is the only error that arised in my tests. (details)
  4. formatting (details)
  5. 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)
  6. Remove unnecessary implicit enum type conversion (details)
  7. One missing BasicType::Kind -> BasicKind updates. (details)

Started by upstream project Cforall Full Build build number 2858
originally caused by:

Revision: 19313be5c33333640c3de52e22258fb32332f5ce
Repository: cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
  • refs/remotes/origin/master