diff options
author | Chris Lattner <sabre@nondot.org> | 2008-08-17 07:19:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-08-17 07:19:51 +0000 |
commit | 5d1cfa12296b0620ddf9ff259e3aa7a0b87ecfa9 (patch) | |
tree | 2c9a68c7398b49205b608dd5c6aebb1497b6e89c /clang/lib/Analysis/BugReporter.cpp | |
parent | 17f7165f849c17004b37b6db02b91d80cecb1855 (diff) | |
download | bcm5719-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.cpp | 2 |
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 " |