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

Unified Diff: tools/clang/plugins/tests/nested_class_inline_ctor.cpp

Issue 10808078: Clang plugin: defer checking of tag decls until after top-level decl fully parsed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/plugins/tests/nested_class_inline_ctor.cpp
diff --git a/chrome/test/data/extensions/platform_apps/context_menu/main.js b/tools/clang/plugins/tests/nested_class_inline_ctor.cpp
similarity index 81%
copy from chrome/test/data/extensions/platform_apps/context_menu/main.js
copy to tools/clang/plugins/tests/nested_class_inline_ctor.cpp
index 2451b1c46557860f5154f5a47c00724bd2dcd9d2..aa90a95eb3e4904bd19317c5e15a12eb53f9fdf6 100644
--- a/chrome/test/data/extensions/platform_apps/context_menu/main.js
+++ b/tools/clang/plugins/tests/nested_class_inline_ctor.cpp
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-chrome.test.sendMessage('Launched');
+#include "nested_class_inline_ctor.h"
« no previous file with comments | « tools/clang/plugins/tests/nested_class_inline_ctor.h ('k') | tools/clang/plugins/tests/nested_class_inline_ctor.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698