Package Details: creduce-git 2.10.0.99.g9250247-1

Git Clone URL: https://aur.archlinux.org/creduce-git.git (read-only, click to copy)
Package Base: creduce-git
Description: A C program reducer.
Upstream URL: https://github.com/csmith-project/creduce
Licenses: custom:University of Illinois/NCSA Open Source License
Submitter: None
Maintainer: Kritias
Last Packager: Kritias
Votes: 2
Popularity: 0.000000
First Submitted: 2014-06-06 17:25 (UTC)
Last Updated: 2023-09-11 10:08 (UTC)

Latest Comments

Kritias commented on 2021-07-18 14:04 (UTC)

Would it make sense to switch to the llvm-12.0-dev branch so that this builds with the current LLVM version in the Extra repo?

pmatos commented on 2021-03-24 12:58 (UTC) (edited on 2021-03-24 12:58 (UTC) by pmatos)

Currently failing with:

/usr/include/clang/AST/DeclNodes.inc:29:1:   required from ‘bool clang::RecursiveASTVisitor<Derived>::TraverseDecl(clang::Decl*) [with Derived = RemoveBaseClassRewriteVisitor]’
RemoveBaseClass.cpp:111:60:   required from here
CommonRenameClassRewriteVisitor.h:340:39: error: conversion from ‘llvm::StringRef’ to non-scalar type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} requested
  340 |   std::string IdName = IdInfo->getName();
      |                        ~~~~~~~~~~~~~~~^~