electron/shell/common/crash_reporter
Charles Kerr b2652beceb
refactor: apply some 'clang-tidy -fix' changes (#20172)
* refactor: fix clang-tidy vector operation warnings

Fix vector population performance-inefficient-vector-operation warnings
generated by clang-tidy

* refactor: fix clang-tidy emplace_back warnings

In cases where a temporary is created to be passed
to push_back(), replace it with emplace_back().

Warning: modernize-use-emplace

* refactor: fix clang-tidy loop iteration warnings

When practical, use range-based for loops instead of C-style for loops.

clang-tiny check: modernize-loop-convert

* refactor: fix clang-tidy string initialize warning

Remove redundant empty string initialization.

clang-tidy check: readability-redundant-string-init
2019-09-13 10:26:59 -04:00
..
linux chore: fix linting after shell rename 2019-06-19 17:33:28 -07:00
win chore: bump chromium to 62327c655093c821aa0fcfc6db53f5fd943e08c7 (master) (#19792) 2019-08-23 18:14:23 -07:00
crash_reporter.cc refactor: apply some 'clang-tidy -fix' changes (#20172) 2019-09-13 10:26:59 -04:00
crash_reporter.h chore: fix linting after shell rename 2019-06-19 17:33:28 -07:00
crash_reporter_crashpad.cc chore: pass base::StringPiece args by value (#19432) 2019-07-25 10:19:04 -05:00
crash_reporter_crashpad.h chore: pass base::StringPiece args by value (#19432) 2019-07-25 10:19:04 -05:00
crash_reporter_linux.cc refactor: replace includes for atom with shell 2019-06-19 17:33:28 -07:00
crash_reporter_linux.h chore: fix linting after shell rename 2019-06-19 17:33:28 -07:00
crash_reporter_mac.h chore: fix linting after shell rename 2019-06-19 17:33:28 -07:00
crash_reporter_mac.mm refactor: replace includes for atom with shell 2019-06-19 17:33:28 -07:00
crash_reporter_win.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
crash_reporter_win.h chore: fix linting after shell rename 2019-06-19 17:33:28 -07:00