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

Unified Diff: tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.h

Issue 1481523005: GC plugin: have -Werror issue errors for inputs having only warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add -Werror test Created 5 years, 1 month 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/raw_ptr_to_gc_managed_class_error.h
diff --git a/tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class.h b/tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.h
similarity index 76%
copy from tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class.h
copy to tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.h
index eab38c2a14ea0bde7b93eb622853c31a32937659..038a70fa6dedea6f3052f7482e4747530cc6516d 100644
--- a/tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class.h
+++ b/tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.h
@@ -1,9 +1,9 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef RAW_PTR_TO_GC_MANAGED_CLASS_H_
-#define RAW_PTR_TO_GC_MANAGED_CLASS_H_
+#ifndef RAW_PTR_TO_GC_MANAGED_CLASS_ERROR_H_
+#define RAW_PTR_TO_GC_MANAGED_CLASS_ERROR_H_
#include "heap/stubs.h"

Powered by Google App Engine
This is Rietveld 408576698