DescriptionAlways enable warn-raw-ptr's check of raw heap pointers.
This warning option has been default-enabled with Oilpan since 3a192c3
(2015-11-25), checking that we do not keep unmanaged raw pointers or
references in class field types. With the Blink codebase adhering
to that (desirable) constraint, this extra warning has been working
well to keep the codebase in that state.
Make the check always apply with no possibility of opting out; we want
it permanently on.
R=
BUG=604476
Committed: https://crrev.com/f3af836424457dc1e7310bc4aad6527f08094dd6
Cr-Commit-Position: refs/heads/master@{#388222}
Patch Set 1 #Patch Set 2 : re-enable -Werror testing #Patch Set 3 : rebased #
Total comments: 4
Patch Set 4 : remove unused warning diagnostic #
Messages
Total messages: 20 (7 generated)
|