Descriptionplugin: Do not warn on virtual/override stuff coming from macros in system headers.
END_COM_MAP() adds a `virtual long AddRef() = 0` to Chromium classes, and
we don't want to warn on that.
(This also means that if there was a system header defining something like
FINAL, we'd no longer warn on that which is a bit unfortunate -- but it's
consistent with how the other plugin warnings work.)
Also add a comment that makes the windows.h in a test look less wtf-y. This
requires updating a golden file.
BUG=483128
Committed: https://crrev.com/3961d110959aaf9655af68dfaf041cd5f0f991d4
Cr-Commit-Position: refs/heads/master@{#328665}
Patch Set 1 #Patch Set 2 : actual change #
Total comments: 4
Messages
Total messages: 12 (2 generated)
|