mizvekov wrote: > Hmmm getting this error when building the patch series locally > > ``` > Undefined symbols for architecture arm64: > "clang::NestedNameSpecifierLoc::getTypeLoc() const", referenced from: > clang::RecursiveASTVisitor<(anonymous > namespace)::RetainPtrCtorAdoptChecker::checkASTDecl(clang::TranslationUnitDecl > const*, clang::ento::AnalysisManager&, clang::ento::BugReporter&) > const::LocalVisitor>::TraverseNestedNameSpecifierLoc(clang::NestedNameSpecifierLoc) > in libclangStaticAnalyzerCheckers.a[132](RetainPtrCtorAdoptChecker.cpp.o) > ``` > > Any ideas?
That's probably missing a `#include "clang/AST/NestedNameSpecifier.h"` somewhere, where it was previously relying on that being indirectly included. https://github.com/llvm/llvm-project/pull/149949 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits