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

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

Issue 2060553002: GC plugin: improve error reporting when tracing illegal fields. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: robustify namespace equality checking instead 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 unified diff | Download patch
OLDNEW
(Empty)
1 persistent_no_trace.cpp:9:1: warning: [blink-gc] Class 'HeapObject' has untraced or not traceable fields.
2 void HeapObject::trace(Visitor* visitor) {
3 ^
4 ./persistent_no_trace.h:16:5: note: [blink-gc] Untraceable field 'm_crossThreadP ersistent' declared here:
5 CrossThreadPersistent<HeapObject> m_crossThreadPersistent;
6 ^
7 ./persistent_no_trace.h:17:5: note: [blink-gc] Untraceable field 'm_crossThreadW eakPersistent' declared here:
8 CrossThreadWeakPersistent<HeapObject> m_crossThreadWeakPersistent;
9 ^
10 1 warning generated.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698