From 251135b308fa7a9a5842c0abe7128311579d603b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 16 Mar 2023 10:57:37 +0100 Subject: Remove empty comment ...which I had added as part of 0025fa723afb9f6a0d94b9b3185ea14da18f1bd5 "Enable loplugin:unnecessaryparen for integer and Boolean literals", and where I apparently wanted to include a link but forgot to do so (and no longer know what link that would have been) Change-Id: I245725fea80ee0e13d76026656d433d5c42e4c19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148975 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- compilerplugins/clang/unnecessaryparen.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'compilerplugins/clang') diff --git a/compilerplugins/clang/unnecessaryparen.cxx b/compilerplugins/clang/unnecessaryparen.cxx index 3b9e5f14bbbb..11655d51389e 100644 --- a/compilerplugins/clang/unnecessaryparen.cxx +++ b/compilerplugins/clang/unnecessaryparen.cxx @@ -552,7 +552,6 @@ bool UnnecessaryParen::VisitMemberExpr(const MemberExpr* memberExpr) // in Clang's lib/Analysis/ReachableCode.cpp looks for, descending into certain unary and binary // operators): void UnnecessaryParen::handleUnreachableCodeConditionParens(Expr const * expr) { - // Cf. : auto const e = ignoreAllImplicit(expr); if (auto const e1 = dyn_cast(e)) { auto const sub = e1->getSubExpr(); -- cgit