Include all dupe types (event when value is zero) in scan stats.
[chromium-blink-merge.git] / tools / clang / plugins / tests / virtual_bodies.txt
blobc58f98e9d332273df3276f7f7735125f906d121e
1 In file included from virtual_bodies.cpp:5:
2 ./virtual_bodies.h:23:36: warning: [chromium-style] virtual methods with non-empty bodies shouldn't be declared inline.
3   virtual bool ComplainAboutThis() { return true; }
4                                    ^
5 1 warning generated.