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

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

Issue 1922913004: Make warn-unneeded-finalizer warning usable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/class_does_not_require_finalization.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 In file included from class_does_not_require_finalization.cpp:5: 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. 2 ./class_does_not_require_finalization.h:18:1: warning: [blink-gc] Class 'DoesNot NeedFinalizer' may not require finalization.
3 class DoesNotNeedFinalizer 3 class DoesNotNeedFinalizer
4 ^ 4 ^
5 ./class_does_not_require_finalization.h:24:1: warning: [blink-gc] Class 'DoesNot NeedFinalizer2' may not require finalization. 5 ./class_does_not_require_finalization.h:24:1: warning: [blink-gc] Class 'DoesNot NeedFinalizer2' may not require finalization.
6 class DoesNotNeedFinalizer2 6 class DoesNotNeedFinalizer2
7 ^ 7 ^
8 ./class_does_not_require_finalization.h:36:1: warning: [blink-gc] Class 'DoesNot NeedFinalizer3' may not require finalization. 8 2 warnings generated.
9 class DoesNotNeedFinalizer3
10 ^
11 3 warnings generated.
OLDNEW
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/class_does_not_require_finalization.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698