Charusso added a comment. Cool, thanks!
Debug facility NFC: https://reviews.llvm.org/rG89d210fe1a7a1c6cbf926df0595b6f107bc491d5 `size` -> `extent` conversion: https://reviews.llvm.org/rG9b3df78b4c2ab7a7063e532165492e1ffa38d401 ================ Comment at: clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp:294 + + SmallString<128> Msg; + llvm::raw_svector_ostream Out(Msg); ---------------- NoQ wrote: > 128 is too much imho :) I am totally fine with 128, but let us use 64 then: https://developer.apple.com/documentation/authenticationservices/asauthorizationcontrollerpresentationcontextproviding Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69726/new/ https://reviews.llvm.org/D69726 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits