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