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

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

Issue 374593002: Support ignorance of base class finalizers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reworked, static check now expressed by RecordInfo::NeedsFinalization() Created 6 years, 5 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/RecordInfo.h
diff --git a/tools/clang/blink_gc_plugin/RecordInfo.h b/tools/clang/blink_gc_plugin/RecordInfo.h
index a2fa10e7a7afd0570cad8d2338ff3545b23246b7..7dd9a4eed52c5711460600718ef322e302c3d48e 100644
--- a/tools/clang/blink_gc_plugin/RecordInfo.h
+++ b/tools/clang/blink_gc_plugin/RecordInfo.h
@@ -121,6 +121,7 @@ class RecordInfo {
CachedBool is_stack_allocated_;
CachedBool is_non_newable_;
CachedBool is_only_placement_newable_;
+ CachedBool does_need_finalization_;
bool determined_trace_methods_;
clang::CXXMethodDecl* trace_method_;

Powered by Google App Engine
This is Rietveld 408576698