Sign in
mojo
/
mojo-tools
/
89123a2d3101a095e2107930951ba77e3d70015a
/
.
/
clang
/
plugins
/
tests
/
virtual_bodies.txt
blob: c58f98e9d332273df3276f7f7735125f906d121e [
file
] [
log
] [
blame
]
In file included from virtual_bodies.cpp:5:
./virtual_bodies.h:23:36: warning: [chromium-style] virtual methods with non-empty bodies shouldn't be declared inline.
virtual bool ComplainAboutThis() { return true; }
^
1 warning generated.