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/tests/register_weak_members_template.cpp

Issue 975683003: GCPlugin: Recognize templated registerWeakMembers() call. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/tests/register_weak_members_template.cpp
diff --git a/tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp b/tools/clang/blink_gc_plugin/tests/register_weak_members_template.cpp
similarity index 81%
copy from tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp
copy to tools/clang/blink_gc_plugin/tests/register_weak_members_template.cpp
index b6dc2dffe589999c1be755a4ecef4f7dfd55e6ff..6742c2253dec7e5548f8637bd1e30dac82be168c 100644
--- a/tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp
+++ b/tools/clang/blink_gc_plugin/tests/register_weak_members_template.cpp
@@ -2,6 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "traceimpl_omitted_trace.h"
+#include "register_weak_members_template.h"
// Nothing to define here.

Powered by Google App Engine
This is Rietveld 408576698