public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Clean-ups
@ 2020-04-29 17:51 Giuliano Procida
  2020-04-29 17:51 ` [PATCH 1/6] Tabify code indentation Giuliano Procida
                   ` (7 more replies)
  0 siblings, 8 replies; 22+ messages in thread
From: Giuliano Procida @ 2020-04-29 17:51 UTC (permalink / raw)
  To: libabigail; +Cc: dodji, kernel-team, gprocida

These are almost all independent. There's just 1 line of code ending:

? true : false;;

Regards,
Giuliano.

Giuliano Procida (6):
  Tabify code indentation.
  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     | 143 +++++++++++++++++-----------------
 src/abg-ir.cc               |   4 +-
 src/abg-reader.cc           |  20 ++---
 src/abg-suppression.cc      |  30 +++-----
 src/abg-tools-utils.cc      |  12 +--
 src/abg-writer.cc           |  42 +++++-----
 tools/abidiff.cc            |   2 +-
 tools/abipkgdiff.cc         | 148 ++++++++++++++++++------------------
 14 files changed, 205 insertions(+), 214 deletions(-)

-- 
2.26.2.303.gf8c07b1a785-goog


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2020-05-11 13:12 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29 17:51 [PATCH 0/6] Clean-ups Giuliano Procida
2020-04-29 17:51 ` [PATCH 1/6] Tabify code indentation Giuliano Procida
2020-04-29 17:51 ` [PATCH 2/6] Remove excess whitespace Giuliano Procida
2020-04-29 17:51 ` [PATCH 3/6] Remove stray semicolons Giuliano Procida
2020-04-30 21:32   ` Matthias Maennich
2020-04-30 21:34     ` Matthias Maennich
2020-04-29 17:51 ` [PATCH 4/6] Eliminate redundant conditional operators Giuliano Procida
2020-04-29 17:51 ` [PATCH 5/6] Make set_drops_artifact_from_ir non-const Giuliano Procida
2020-04-29 17:51 ` [PATCH 6/6] Hoist some common expressions evaluating offsets Giuliano Procida
2020-04-30 21:34 ` [PATCH 0/6] Clean-ups Matthias Maennich
2020-05-01 15:45   ` Giuliano Procida
2020-05-01 15:51 ` [PATCH v2 0/5] Clean-ups Giuliano Procida
2020-05-01 15:51   ` [PATCH v2 1/5] Remove excess whitespace Giuliano Procida
2020-05-11 12:06     ` Dodji Seketeli
2020-05-01 15:51   ` [PATCH v2 2/5] Remove stray semicolons Giuliano Procida
2020-05-11 12:14     ` Dodji Seketeli
2020-05-01 15:51   ` [PATCH v2 3/5] Eliminate redundant conditional operators Giuliano Procida
2020-05-11 12:25     ` Dodji Seketeli
2020-05-01 15:51   ` [PATCH v2 4/5] Make set_drops_artifact_from_ir non-const Giuliano Procida
2020-05-11 13:03     ` Dodji Seketeli
2020-05-01 15:51   ` [PATCH v2 5/5] Hoist some common expressions evaluating offsets Giuliano Procida
2020-05-11 13:12     ` Dodji Seketeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).