diff options
author | Nick Desaulniers <ndesaulniers@google.com> | 2019-10-09 15:22:43 -0700 |
---|---|---|
committer | Nick Desaulniers <ndesaulniers@google.com> | 2019-10-21 19:49:52 +0000 |
commit | a7239b55d3eeba68b84414eba2a3869dca56b916 (patch) | |
tree | f6acd6e76e94265c1fcd2372e2710fcd72bceaff /test/MultiDex | |
parent | 3bb009ac148d6e1978d9233b0131a027585752f7 (diff) |
[art] fix most -Wreorder-init-list
C++20 would like members of designated initializers to be ordered, so
that initialization side effects match member initialization in explicit
constructors. This differs from C99.
Fix all the cases, except for a tricky case in
tools/jvmti-agents/ti-fast/tifast.cc
where the macros
FOR_ALL_SUPPORTED_JNI_EVENTS
and
FOR_ALL_SUPPORTED_NO_JNI_EVENTS
are mixed in the macro
FOR_ALL_SUPPORTED_EVENTS.
This will be done in a follow up patch.
Bug: 139945549
Test: mm
Change-Id: Id2a0e8cdc960820ca72221050ba2a8a15e09342b
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Diffstat (limited to 'test/MultiDex')
0 files changed, 0 insertions, 0 deletions