From patchwork Fri May 1 15:51:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giuliano Procida X-Patchwork-Id: 39190 From: gprocida@google.com (Giuliano Procida) Date: Fri, 1 May 2020 16:51:43 +0100 Subject: [PATCH v2 0/5] Clean-ups. In-Reply-To: <20200429175133.19814-1-gprocida@google.com> References: <20200429175133.19814-1-gprocida@google.com> Message-ID: <20200501155148.98623-1-gprocida@google.com> Hi. These are almost all independent. There's just 1 line of code ending "? true : false;;" so patches and 2 and 3 cannot be reordered without manual intervention. This is a repost without the tabification commit, to avoid colliding with ongoing work by Matthias. Regards, Giuliano. Giuliano Procida (5): Remove excess whitespace. Remove stray semicolons. Eliminate redundant conditional operators. Make set_drops_artifact_from_ir non-const. Hoist some common expressions evaluating offsets. include/abg-diff-utils.h | 2 +- include/abg-fwd.h | 2 +- include/abg-suppression.h | 2 +- src/abg-comparison.cc | 6 +++--- src/abg-corpus.cc | 4 ++-- src/abg-default-reporter.cc | 2 +- src/abg-dwarf-reader.cc | 5 ++--- src/abg-ir.cc | 4 ++-- src/abg-reader.cc | 20 ++++++++++---------- src/abg-suppression.cc | 30 +++++++++++------------------- 10 files changed, 34 insertions(+), 43 deletions(-)