Hi Renato,
Can you try llvm-svn-compatible branch with current LLVM/Clang? I don't
have latest LLVM on my machine, but the llvm-svn-compatible branch has
fix to the error below, as I recall.
- Yang
Renato Golin wrote:
Hi folks,
I'm trying to compile CReduce with current LLVM/Clang trunk and I'm
getting this errors[1]:
ClassTemplateToClass.cpp: In member function ‘void
ClassTemplateToClass::rewriteClassTemplatePartialSpecs()’:
ClassTemplateToClass.cpp:263:71: error: cannot convert ‘const
clang::ASTTemplateArgumentListInfo*’ to ‘clang::TemplateArgumentLoc*’
in initialization
ClassTemplateToClass.cpp:268:34: error: ‘const class
clang::ClassTemplatePartialSpecializationDecl’ has no member named
‘getNumTemplateArgsAsWritten’
Anyone tried to compile it with a recent copy of LLVM? I'm not an
expert in Clang's AST to easily debug this, unfortunately.
cheers,
--renato