repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[MD settings] moving attached() code
[chromium-blink-merge.git]
/
tools
/
clang
/
plugins
/
tests
/
virtual_bodies.txt
blob
c58f98e9d332273df3276f7f7735125f906d121e
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.