Вот мой код:
Код: Выделить всё
#include
#include
#include
#include
#include
static llvm::cl::OptionCategory my_options_category("my options");
struct MyClangAstVisitor : clang::RecursiveASTVisitor
{
bool VisitNamedDecl(clang::NamedDecl *NamedDecl)
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/78545127/clang-libtooling-doesnt-process-any-source-files[/url]
Мобильная версия