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

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

Issue 2068983003: Revert of GC plugin: improve error reporting when tracing illegal fields. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/persistent_no_trace.txt
diff --git a/tools/clang/blink_gc_plugin/tests/persistent_no_trace.txt b/tools/clang/blink_gc_plugin/tests/persistent_no_trace.txt
deleted file mode 100644
index dcfe76d7cfa47183c5eee1d9229d9622cecbf1e1..0000000000000000000000000000000000000000
--- a/tools/clang/blink_gc_plugin/tests/persistent_no_trace.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-persistent_no_trace.cpp:9:1: warning: [blink-gc] Class 'HeapObject' has untraced or not traceable fields.
-void HeapObject::trace(Visitor* visitor) {
-^
-./persistent_no_trace.h:16:5: note: [blink-gc] Untraceable field 'm_crossThreadPersistent' declared here:
- CrossThreadPersistent<HeapObject> m_crossThreadPersistent;
- ^
-./persistent_no_trace.h:17:5: note: [blink-gc] Untraceable field 'm_crossThreadWeakPersistent' declared here:
- CrossThreadWeakPersistent<HeapObject> m_crossThreadWeakPersistent;
- ^
-1 warning generated.

Powered by Google App Engine
This is Rietveld 408576698