Open sanguiyh opened 2 years ago
Thanks for the bug report, I will look into it
我也遇到了同样的问题
好了,我修改了一些代码,可以编译成功了 main.cpp -> auto option_parser = CommonOptionsParser::create(argc, argv, ToolCategory,llvm::cl::OneOrMore, nullptr); ApiMatchHandler.cpp 和 MatchHandler.cpp 里面 clang::DynTypedNode 修改为 clang::ast_type_traits::DynTypedNode
I am having the same issue. Is there a solution for this? @sanguiyh
Hello, I got the following error when building avcleaner.bin with ubuntu20.04. Could you please give me some advice?
My clang version:
In fact, I use clang12.0 and have the same error. I don't know what's the reason