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

Unified 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, 8 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/blink_gc_plugin/tests/class_does_not_require_finalization.txt
diff --git a/tools/clang/blink_gc_plugin/tests/class_does_not_require_finalization.txt b/tools/clang/blink_gc_plugin/tests/class_does_not_require_finalization.txt
index 07b833bc89c5a7299a560c19b50014218a87e341..91e264d62e9d6f91bdc808d21e7074a608b71fde 100644
--- a/tools/clang/blink_gc_plugin/tests/class_does_not_require_finalization.txt
+++ b/tools/clang/blink_gc_plugin/tests/class_does_not_require_finalization.txt
@@ -5,7 +5,4 @@ class DoesNotNeedFinalizer
./class_does_not_require_finalization.h:24:1: warning: [blink-gc] Class 'DoesNotNeedFinalizer2' may not require finalization.
class DoesNotNeedFinalizer2
^
-./class_does_not_require_finalization.h:36:1: warning: [blink-gc] Class 'DoesNotNeedFinalizer3' may not require finalization.
-class DoesNotNeedFinalizer3
-^
-3 warnings generated.
+2 warnings generated.
« 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