thurston added a comment.
I think this change is triggering an error on a buildbot
(https://lab.llvm.org/buildbot/#/builders/37/builds/21631/steps/20/logs/stdio):
/b/sanitizer-x86_64-linux/build/llvm-project/clang/lib/Analysis/UnsafeBufferUsage.cpp:1348:45:
error: cast from 'const clang::ASTContext' to 'clang::ASTContext &' drops
const qualifier [-Werror,-Wcast-qual]
std::remove_const_t<ASTContext &>(Ctx),
even though the code is deliberately trying to remove the const qualifier the
right (?) way.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148276/new/
https://reviews.llvm.org/D148276
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits