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

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

Issue 2588943002: Disallow heap objects containing unsafe on-heap iterators. (Closed)
Patch Set: formatting Created 4 years 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 e672282f4f00f365cd8a95473e9dad459ef69b23..220a6d3b3138f25625aac0c6a285079f11727058 100644
--- a/tools/clang/blink_gc_plugin/RecordInfo.h
+++ b/tools/clang/blink_gc_plugin/RecordInfo.h
@@ -129,6 +129,7 @@ class RecordInfo {
bool InheritsTrace();
Edge* CreateEdge(const clang::Type* type);
+ Edge* CreateEdgeFromOriginalType(const clang::Type* type);
RecordCache* cache_;
clang::CXXRecordDecl* record_;

Powered by Google App Engine
This is Rietveld 408576698