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

Unified Diff: tools/clang/plugins/ChromeClassTester.cpp

Issue 8247005: roll clang 140930:142072 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no-c++11-extensions Created 9 years, 2 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
« no previous file with comments | « build/common.gypi ('k') | tools/clang/plugins/tests/virtual_methods.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/plugins/ChromeClassTester.cpp
diff --git a/tools/clang/plugins/ChromeClassTester.cpp b/tools/clang/plugins/ChromeClassTester.cpp
index 3bcbf586d00ca7b3793e9aa5819bf329bfb4b2de..f7b9e02f7d0a6ed73b0795b216b3d4d59506b7fe 100644
--- a/tools/clang/plugins/ChromeClassTester.cpp
+++ b/tools/clang/plugins/ChromeClassTester.cpp
@@ -177,7 +177,7 @@ std::string ChromeClassTester::GetNamespaceImpl(const DeclContext* context,
if (decl->isAnonymousNamespace())
OS << "<anonymous namespace>";
else
- OS << decl;
+ OS << *decl;
return GetNamespaceImpl(context->getParent(),
OS.str());
}
« no previous file with comments | « build/common.gypi ('k') | tools/clang/plugins/tests/virtual_methods.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698