UBGen
UBGen copied to clipboard
A bug when I use LLVM17
I use the kali system and install llvm17 by apt ./build.sh then i meet the error
"""
/home/kali/Documents/UBGen/dynamic_analyzer/src/RuleActionCallback.cpp:74:61: error: request for member ‘Edits’ in ‘clang::transformer::detail::findSelectedCase((* & Result), ((ruleactioncallback::RuleActionCallback*)this)->ruleactioncallback::RuleActionCallback::Rule.clang::transformer::RewriteRuleWith
then i modify the code and run success site_t I = transformer::detail::findSelectedCase(Result, Rule); Expected<SmallVector<transformer::Edit, 1>> Edits = Rule.Case[I].Edits(Result);