================ @@ -1904,13 +1908,16 @@ AST_MATCHER(FunctionDecl, isOverloadedUnaryOrBinaryOperator) { } } +} // namespace + /// Returns the DefaultMinimumLength if the Value of requested minimum length /// is less than 2. Minimum lengths of 0 or 1 are not accepted. static inline unsigned clampMinimumLength(const unsigned Value) { return Value < 2 ? DefaultMinimumLength : Value; } -// FIXME: Maybe unneeded, getNameForDiagnostic() is expected to change to return +// FIXME: Maybe unneeded, getNameForDiagnostic() is expected to change to +// return ---------------- vbvictor wrote:
Thanks for the catch https://github.com/llvm/llvm-project/pull/143482 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits