================ @@ -7964,6 +7964,12 @@ class Sema final : public SemaBase { /// Do an explicit extend of the given block pointer if we're in ARC. void maybeExtendBlockObject(ExprResult &E); + std::vector<std::tuple<SourceLocation, QualType, unsigned>> + ExcessPrecisionNotSatisfied; + unsigned NumExcessPrecisionNotSatisfied = 0; ---------------- zahiraam wrote:
Sorry! I missed that. https://github.com/llvm/llvm-project/pull/107397 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits