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

Unified Diff: tools/clang/blink_gc_plugin/tests/destructor_eagerly_finalized.txt

Issue 1709343002: Remove tools/clang (this will break things temporarily). Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 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
Index: tools/clang/blink_gc_plugin/tests/destructor_eagerly_finalized.txt
diff --git a/tools/clang/blink_gc_plugin/tests/destructor_eagerly_finalized.txt b/tools/clang/blink_gc_plugin/tests/destructor_eagerly_finalized.txt
deleted file mode 100644
index 97d50897044053c28767f0e800b6700ef0df9777..0000000000000000000000000000000000000000
--- a/tools/clang/blink_gc_plugin/tests/destructor_eagerly_finalized.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-destructor_eagerly_finalized.cpp:26:5: warning: [blink-gc] Finalizer '~HeapObjectEagerFinalizedAlso' accesses eagerly finalized field 'm_heapObjectFinalized'.
- m_heapObjectFinalized->foo();
- ^
-./destructor_eagerly_finalized.h:41:5: note: [blink-gc] Field 'm_heapObjectFinalized' having eagerly finalized value, declared here:
- Member<HeapObjectEagerFinalized> m_heapObjectFinalized;
- ^
-destructor_eagerly_finalized.cpp:27:5: warning: [blink-gc] Finalizer '~HeapObjectEagerFinalizedAlso' accesses eagerly finalized field 'm_heapVector'.
- m_heapVector[0]->foo();
- ^
-./destructor_eagerly_finalized.h:42:5: note: [blink-gc] Field 'm_heapVector' having eagerly finalized value, declared here:
- HeapVector<Member<HeapObjectEagerFinalized>> m_heapVector;
- ^
-2 warnings generated.

Powered by Google App Engine
This is Rietveld 408576698