aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AST/Type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/AST/Type.cpp b/AST/Type.cpp
index e1d20831fc..4befdcb542 100644
--- a/AST/Type.cpp
+++ b/AST/Type.cpp
@@ -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());