Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Issue 1210013007: clang/win: Fix warnings to prepare for building without -Wno-reorder. (Closed)

Created:
5 years, 5 months ago by Sam McNally
Modified:
5 years, 5 months ago
Reviewers:
Nico, rpaquay, brettw
CC:
chromium-reviews, sadrul, yusukes+watch_chromium.org, chromoting-reviews_chromium.org, posciak+watch_chromium.org, gavinp+memory_chromium.org, dcheng, scheib+watch_chromium.org, cbentzel+watch_chromium.org, grt+watch_chromium.org, jam, nona+watch_chromium.org, darin-cc_chromium.org, kalyank, erikwright+watch_chromium.org, mlamouri+watch-content_chromium.org, rickyz+watch_chromium.org, penghuang+watch_chromium.org, feature-media-reviews_chromium.org, piman+watch_chromium.org, mkwst+moarreviews-shell_chromium.org, jochen+watch_chromium.org, Lei Zhang, tfarina, shuchen+watch_chromium.org, mcasas+watch_chromium.org, tommycli, wfh+watch_chromium.org, James Su, wjia+watch_chromium.org, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@clang-unsequenced
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

clang/win: Fix warnings to prepare for building without -Wno-reorder. This changes constructor initializer list ordering to match field declaration ordering, except for gtest and breakpad, where the warning is disabled. BUG=505304 NOPRESUBMIT=true Committed: https://crrev.com/5648c8598f20bc9756a82cf90cee204db44ea269 Cr-Commit-Position: refs/heads/master@{#337152}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+202 lines, -167 lines) Patch
M base/files/file_enumerator_win.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M base/memory/shared_memory_win.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M base/synchronization/condition_variable_win.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M base/win/iat_patch_function.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M breakpad/BUILD.gn View 1 1 chunk +8 lines, -0 lines 0 comments Download
M breakpad/breakpad_handler.gypi View 1 1 chunk +5 lines, -0 lines 0 comments Download
M build/secondary/testing/gtest/BUILD.gn View 1 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/app/chrome_watcher_client_unittest_win.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chrome_select_file_dialog_factory_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/enumerate_modules_model_win.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/install_verification/win/module_info.h View 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/profiles/profile_shortcut_manager_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/status_icons/status_tray_win_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/chrome_watcher/chrome_watcher_main.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/installer/util/delete_reg_value_work_item.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/installer/util/move_tree_work_item.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/installer/util/self_reg_work_item.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/installer/util/set_reg_value_work_item.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M cloud_print/service/win/chrome_launcher.cc View 1 chunk +1 line, -2 lines 0 comments Download
M cloud_print/service/win/service.gyp View 1 chunk +6 lines, -0 lines 0 comments Download
M cloud_print/service/win/setup_listener.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M components/browser_watcher/window_hang_monitor_win.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M components/browser_watcher/window_hang_monitor_win_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/crash/tools/crash_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/test_runner/event_sender.cc View 2 chunks +14 lines, -12 lines 0 comments Download
M components/wifi/wifi_service_win.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/child/npapi/webplugin_delegate_impl_win.cc View 1 chunk +8 lines, -9 lines 0 comments Download
M content/common/dwrite_font_platform_win.cc View 1 chunk +1 line, -4 lines 0 comments Download
M content/gpu/gpu_watchdog_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/shell_javascript_dialog_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M device/bluetooth/bluetooth_task_manager_win.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M device/hid/hid_service_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M media/audio/win/audio_low_latency_input_win_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M media/audio/win/wavein_input_win.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M media/audio/win/waveout_output_win.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M media/video/capture/win/sink_input_pin_win.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M net/base/file_stream_context_win.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/base/network_change_notifier_win.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/win/unprivileged_process_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sandbox/win/sandbox_poc/main_ui_window.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M sandbox/win/src/broker_services.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M sandbox/win/src/crosscall_params.h View 1 chunk +1 line, -4 lines 0 comments Download
M sandbox/win/src/restricted_token.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M sandbox/win/src/service_resolver.h View 1 chunk +4 lines, -2 lines 0 comments Download
M testing/gtest.gyp View 1 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/leveldatabase/env_chromium.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/power_gadget/PowerGadgetLib.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/base/dragdrop/os_exchange_data_provider_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/ime/win/imm32_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gfx/screen_win.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M ui/native_theme/native_theme_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/win/hwnd_message_handler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M win8/metro_driver/chrome_app_view_ash.cc View 1 chunk +1 line, -1 line 0 comments Download
M win8/metro_driver/file_picker_ash.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M win8/metro_driver/ime/text_store.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M win8/metro_driver/metro_driver_win7.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
Sam McNally
rpaquay@chromium.org: Please review changes in device/bluetooth. thakis@chromium.org: Please review changes in base, build, chrome, ui, ...
5 years, 5 months ago (2015-06-30 08:11:28 UTC) #2
rpaquay
device/bluetooth lgtm
5 years, 5 months ago (2015-06-30 16:37:40 UTC) #3
Nico
lgtm, super cool! brettw, I looked through all your files too, so if you want ...
5 years, 5 months ago (2015-06-30 18:03:50 UTC) #4
brettw
LGTM based on Nico's comment (I didn't look).
5 years, 5 months ago (2015-06-30 21:17:04 UTC) #5
Sam McNally
My nacl cl (https://codereview.chromium.org/1221833003/) seems unlikely to land today so I'm going to remove enabling ...
5 years, 5 months ago (2015-07-02 00:12:13 UTC) #6
Nico
lgtm
5 years, 5 months ago (2015-07-02 00:15:52 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1210013007/20001
5 years, 5 months ago (2015-07-02 00:18:05 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/75535)
5 years, 5 months ago (2015-07-02 00:28:37 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1210013007/20001
5 years, 5 months ago (2015-07-02 00:31:25 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 5 months ago (2015-07-02 01:25:12 UTC) #15
commit-bot: I haz the power
5 years, 5 months ago (2015-07-02 01:26:06 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/5648c8598f20bc9756a82cf90cee204db44ea269
Cr-Commit-Position: refs/heads/master@{#337152}

Powered by Google App Engine
This is Rietveld 408576698