Sign in
mojo
/
mojo-tools
/
eefb95fd4d52d81c50d4f0773df61d9e4bffbb42
/
.
/
tools
/
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.