[v2,0/5] Clean-ups.

Message ID 20200501155148.98623-1-gprocida@google.com
Headers
Series Clean-ups. |

Message

Giuliano Procida May 1, 2020, 3:51 p.m. UTC
  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(-)