Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(747)

Side by Side Diff: tools/clang/blink_gc_plugin/tests/finalize_after_dispatch.txt

Issue 197863003: Check consistency of manual trace and finalization dispatching. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: finalization and considered-abstract Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 In file included from finalize_after_dispatch.cpp:5:
2 ./finalize_after_dispatch.h:12:1: warning: [blink-gc] Class 'NeedsFinalize' is m issing manual finalize dispatch.
3 class NeedsFinalize : public GarbageCollectedFinalized<NeedsFinalize> {
4 ^
5 finalize_after_dispatch.cpp:24:1: warning: [blink-gc] Missing dispatch to class 'D' in manual finalize dispatch.
6 void A::finalize()
7 ^
8 2 warnings generated.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698