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

Unified Diff: tools/clang/blink_gc_plugin/tests/legacy_naming/traceimpl_dependent_scope.cpp

Issue 2578103003: Add use-chromium-style-naming option to Blink GC plugin. (Closed)
Patch Set: Rebase 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/tests/legacy_naming/traceimpl_dependent_scope.cpp
diff --git a/tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.cpp b/tools/clang/blink_gc_plugin/tests/legacy_naming/traceimpl_dependent_scope.cpp
similarity index 58%
copy from tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.cpp
copy to tools/clang/blink_gc_plugin/tests/legacy_naming/traceimpl_dependent_scope.cpp
index f71d1b8aaab6e6e8cbaf6210424d4c8817e954f5..11b576cf438f0198b1fea36a0f9c722a5a15e63a 100644
--- a/tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.cpp
+++ b/tools/clang/blink_gc_plugin/tests/legacy_naming/traceimpl_dependent_scope.cpp
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "raw_ptr_to_gc_managed_class_error.h"
+#include "traceimpl_dependent_scope.h"
namespace blink {
-void HeapObject::trace(Visitor* visitor) {
- visitor->trace(m_objs);
-}
+// Template instantiation.
+template class Derived<int>;
+template class DerivedMissingTrace<int>;
}

Powered by Google App Engine
This is Rietveld 408576698