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

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

Issue 551343002: Blink GC plugin: Add plugin flags for generating raw-pointer errors and unneeded-finalizer warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: presubmit Created 6 years, 3 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
OLDNEW
(Empty)
1 In file included from class_does_not_require_finalization.cpp:5:
2 ./class_does_not_require_finalization.h:18:1: warning: [blink-gc] Class 'DoesNot NeedFinalizer' may not require finalization.
3 class DoesNotNeedFinalizer : public GarbageCollectedFinalized<DoesNotNeedFinaliz er> {
4 ^
5 ./class_does_not_require_finalization.h:23:1: warning: [blink-gc] Class 'DoesNot NeedFinalizer2' may not require finalization.
6 class DoesNotNeedFinalizer2 : public GarbageCollectedFinalized<DoesNotNeedFinali zer2> {
7 ^
8 ./class_does_not_require_finalization.h:34:1: warning: [blink-gc] Class 'DoesNot NeedFinalizer3' may not require finalization.
9 class DoesNotNeedFinalizer3 : public GarbageCollectedFinalized<DoesNotNeedFinali zer3>, public HasEmptyDtor {
10 ^
11 3 warnings generated.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698