marxin / cvise

Super-parallel Python port of the C-Reduce
Other
220 stars 25 forks source link

ClangPass::reduce-class-template-param adds spaces forever #73

Closed TestingPlant closed 2 years ago

TestingPlant commented 2 years ago

When running cvise /usr/bin/true code.cpp --print-diff --start-with-pass ClangPass::reduce-class-template-param with the following code:

template < Foo(Bar), Qux> struct Structure;

cvise just keeps adding spaces.

I'm using cvise 2.4.0-1 from the AUR package.

marxin commented 2 years ago

Thanks for the funny test case, can you please report it to the upstream clang_delta project: https://github.com/csmith-project/creduce/issues

marxin commented 2 years ago

Moved to upstream.