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

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

Issue 261973002: Blink GC plugin: require that GC derived classes do not override their new(size_t) operator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: only check new(size_t) Created 6 years, 8 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/class_overrides_new.cpp
diff --git a/tools/clang/blink_gc_plugin/tests/left_most_gc_base.cpp b/tools/clang/blink_gc_plugin/tests/class_overrides_new.cpp
similarity index 85%
copy from tools/clang/blink_gc_plugin/tests/left_most_gc_base.cpp
copy to tools/clang/blink_gc_plugin/tests/class_overrides_new.cpp
index 041d9f0700b27049e008266014f1915a48982212..9f47f82a731841e738d57d2cd0d6fcf8211479a9 100644
--- a/tools/clang/blink_gc_plugin/tests/left_most_gc_base.cpp
+++ b/tools/clang/blink_gc_plugin/tests/class_overrides_new.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 "left_most_gc_base.h"
+#include "class_overrides_new.h"
// Nothing to define.
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/class_overrides_new.h ('k') | tools/clang/blink_gc_plugin/tests/class_overrides_new.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698