]> granicus.if.org Git - clang/commitdiff
make it more clear what 'foo' is
authorChris Lattner <sabre@nondot.org>
Thu, 6 Dec 2007 04:20:07 +0000 (04:20 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 6 Dec 2007 04:20:07 +0000 (04:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44653 91177308-0d34-0410-b5e6-96231b3b80d8

AST/Type.cpp

index e1d20831fcaff19dc663ec60c680627a3b5f3180..4befdcb54255c848eb0dbdc7c1b3ca823986e1a6 100644 (file)
@@ -579,7 +579,7 @@ bool RecordType::classof(const Type *T) {
 //===----------------------------------------------------------------------===//
 
 void QualType::dump(const char *msg) const {
-  std::string R = "foo";
+  std::string R = "identifier";
   getAsStringInternal(R);
   if (msg)
     fprintf(stderr, "%s: %s\n", msg, R.c_str());