electron/shell/app
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
..
resources/mac
atom_content_client.cc refactor: apply some 'clang-tidy -fix' changes (#20172) 2019-09-13 10:26:59 -04:00
atom_content_client.h chore: bump chromium to 62327c655093c821aa0fcfc6db53f5fd943e08c7 (master) (#19792) 2019-08-23 18:14:23 -07:00
atom_library_main.h chore: fix linting after shell rename 2019-06-19 17:33:28 -07:00
atom_library_main.mm refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_login_helper.mm
atom_main.cc fix: remove TLS destruction (#19365) 2019-07-24 11:16:53 -04:00
atom_main.h chore: fix linting after shell rename 2019-06-19 17:33:28 -07:00
atom_main_delegate.cc fix: Debug builds on Windows. (#20117) 2019-09-05 12:38:56 -07:00
atom_main_delegate.h chore: bump chromium to 79eae5b7b2d9dac441ac0182ee160 (master) (#19166) 2019-07-24 15:58:51 -07:00
atom_main_delegate_mac.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_main_delegate_mac.mm chore: bump chromium to 79eae5b7b2d9dac441ac0182ee160 (master) (#19166) 2019-07-24 15:58:51 -07:00
BRANDING.json
command_line_args.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
command_line_args.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
manifests.cc chore: bump chromium to 62327c655093c821aa0fcfc6db53f5fd943e08c7 (master) (#19792) 2019-08-23 18:14:23 -07:00
manifests.h chore: bump chromium to 62327c655093c821aa0fcfc6db53f5fd943e08c7 (master) (#19792) 2019-08-23 18:14:23 -07:00
node_main.cc fix: Expose missing Add/RemoveExtraParameter methods to macOS node child processes (#15790) 2019-07-29 09:46:35 +09:00
node_main.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
uv_task_runner.cc refactor: omit redundant map searches (#19929) 2019-08-28 09:39:21 -05:00
uv_task_runner.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00