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 |
||
---|---|---|
.. | ||
api | ||
extensions | ||
printing | ||
resources/mac | ||
atom_autofill_agent.cc | ||
atom_autofill_agent.h | ||
atom_render_frame_observer.cc | ||
atom_render_frame_observer.h | ||
atom_renderer_client.cc | ||
atom_renderer_client.h | ||
atom_sandboxed_renderer_client.cc | ||
atom_sandboxed_renderer_client.h | ||
content_settings_observer.cc | ||
content_settings_observer.h | ||
electron_api_service_impl.cc | ||
electron_api_service_impl.h | ||
guest_view_container.cc | ||
guest_view_container.h | ||
renderer_client_base.cc | ||
renderer_client_base.h | ||
web_worker_observer.cc | ||
web_worker_observer.h |