aaron.ballman added inline comments.
================ Comment at: clang/lib/CodeGen/CGLoopInfo.h:211 llvm::ArrayRef<const Attr *> Attrs, const llvm::DebugLoc &StartLoc, - const llvm::DebugLoc &EndLoc); + const llvm::DebugLoc &EndLoc, const bool NoProgress = false); ---------------- I'd drop the top-level `const` on the declaration of `NoProgress` (that's not a style we typically use in the project). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D86841/new/ https://reviews.llvm.org/D86841 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits