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

Side by Side Diff: tools/clang/blink_gc_plugin/tests/legacy_naming/inner_class.txt

Issue 2578103003: Add use-chromium-style-naming option to Blink GC plugin. (Closed)
Patch Set: Rebase Created 3 years, 12 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
1 inner_class.cpp:9:1: warning: [blink-gc] Class 'InnerObject' has untraced fields that require tracing. 1 inner_class.cpp:9:1: warning: [blink-gc] Class 'InnerObject' has untraced fields that require tracing.
2 void SomeObject::InnerObject::trace(Visitor* visitor) 2 void SomeObject::InnerObject::trace(Visitor* visitor)
3 ^ 3 ^
4 ./inner_class.h:18:9: note: [blink-gc] Untraced field 'm_obj' declared here: 4 ./inner_class.h:18:9: note: [blink-gc] Untraced field 'm_obj' declared here:
5 Member<InnerObject> m_obj; 5 Member<InnerObject> m_obj;
6 ^ 6 ^
7 1 warning generated. 7 1 warning generated.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698