summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/BugReporter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-08-17 07:19:51 +0000
committerChris Lattner <sabre@nondot.org>2008-08-17 07:19:51 +0000
commit5d1cfa12296b0620ddf9ff259e3aa7a0b87ecfa9 (patch)
tree2c9a68c7398b49205b608dd5c6aebb1497b6e89c /clang/lib/Analysis/BugReporter.cpp
parent17f7165f849c17004b37b6db02b91d80cecb1855 (diff)
downloadbcm5719-llvm-5d1cfa12296b0620ddf9ff259e3aa7a0b87ecfa9.tar.gz
bcm5719-llvm-5d1cfa12296b0620ddf9ff259e3aa7a0b87ecfa9.zip
various updates to match r54873 on mainline.
llvm-svn: 54874
Diffstat (limited to 'clang/lib/Analysis/BugReporter.cpp')
-rw-r--r--clang/lib/Analysis/BugReporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/BugReporter.cpp b/clang/lib/Analysis/BugReporter.cpp
index 5002ed6f743..a51f9fb335c 100644
--- a/clang/lib/Analysis/BugReporter.cpp
+++ b/clang/lib/Analysis/BugReporter.cpp
@@ -537,7 +537,7 @@ void GRBugReporter::GeneratePathDiagnostic(PathDiagnostic& PD,
continue;
}
- os << V.toString();
+ os << V;
}
os << ":' at line "
OpenPOWER on IntegriCloud