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

Unified Diff: tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h

Issue 2730673003: blink_gc_plugin: always enable warn_stack_allocated_trace_method check. (Closed)
Patch Set: retire GC option flag also Created 3 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/BlinkGCPluginOptions.h
diff --git a/tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h b/tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h
index 0df51cd597cc73c3f310ba54e6fb174a3f8a2a29..fee044b7b1a3e60b31e690f9a884c5c0069f7666 100644
--- a/tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h
+++ b/tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h
@@ -12,9 +12,6 @@
struct BlinkGCPluginOptions {
bool dump_graph = false;
- // If |true|, emit warning if stack allocated class types provide
- // a trace method.
- bool warn_stack_allocated_trace_method = false;
// If |true|, emit warning for class types which derive from from
// GarbageCollectedFinalized<> when just GarbageCollected<> will do.
bool warn_unneeded_finalizer = false;

Powered by Google App Engine
This is Rietveld 408576698