b2652beceb
* 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 |
||
---|---|---|
.. | ||
resources/mac | ||
atom_content_client.cc | ||
atom_content_client.h | ||
atom_library_main.h | ||
atom_library_main.mm | ||
atom_login_helper.mm | ||
atom_main.cc | ||
atom_main.h | ||
atom_main_delegate.cc | ||
atom_main_delegate.h | ||
atom_main_delegate_mac.h | ||
atom_main_delegate_mac.mm | ||
BRANDING.json | ||
command_line_args.cc | ||
command_line_args.h | ||
manifests.cc | ||
manifests.h | ||
node_main.cc | ||
node_main.h | ||
uv_task_runner.cc | ||
uv_task_runner.h |