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

Unified Diff: tools/clang/blink_gc_plugin/tests/traceimpl_error.cpp

Issue 2655933002: blink_gc_plugin: retire overloaded traceImpl detection and handling. (Closed)
Patch Set: Created 3 years, 11 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/traceimpl_error.cpp
diff --git a/tools/clang/blink_gc_plugin/tests/traceimpl_error.cpp b/tools/clang/blink_gc_plugin/tests/traceimpl_error.cpp
index c14e52d6dfcc1fee290e0f8bf609b7fd287fc1ea..0c49939f6f90c1cc98cd2768010a6efdc8b48ab7 100644
--- a/tools/clang/blink_gc_plugin/tests/traceimpl_error.cpp
+++ b/tools/clang/blink_gc_plugin/tests/traceimpl_error.cpp
@@ -7,22 +7,10 @@
namespace blink {
void TraceImplExternWithUntracedMember::Trace(Visitor* visitor) {
- TraceImpl(visitor);
-}
-
-template <typename VisitorDispatcher>
-inline void TraceImplExternWithUntracedMember::TraceImpl(
- VisitorDispatcher visitor) {
// Should get a warning as well.
}
void TraceImplExternWithUntracedBase::Trace(Visitor* visitor) {
- TraceImpl(visitor);
-}
-
-template <typename VisitorDispatcher>
-inline void TraceImplExternWithUntracedBase::TraceImpl(
- VisitorDispatcher visitor) {
// Ditto.
}
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/traceimpl_error.h ('k') | tools/clang/blink_gc_plugin/tests/traceimpl_error.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698