/home/per/Work/cpp2d/CPP2D/CPP2DPPHandling.h:30:7: error: ‘void CPP2DPPHandling::InclusionDirective(clang::SourceLocation, const clang::Token&, llvm::StringRef, bool, clang::CharSourceRange, const clang::FileEntry*, llvm::StringRef, llvm::StringRef, const clang::Module*)’ marked ‘override’, but does not override
...
Trying to build as
cmake -DCMAKE_PREFIX_PATH=/usr/lib/llvm-10/include . makeerrors as
on Ubuntu 20.04 with
libclang-10-devinstalled.Is this because the Clang API has changed from version 6 to version 10?