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 | 9aa77f137b9b368f5bf46e2ab7bc7bd1d5755a5b (patch) | |
tree | 2949c9c0bb897ef0f02bd57ff2bd3e34ae39f778 /lib/Analysis/BugReporter.cpp | |
parent | 653201b7d20a554e11e8c59f0afc41dd7a815410 (diff) |
various updates to match r54873 on mainline.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54874 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/BugReporter.cpp')
-rw-r--r-- | lib/Analysis/BugReporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/BugReporter.cpp b/lib/Analysis/BugReporter.cpp index 5002ed6f74..a51f9fb335 100644 --- a/lib/Analysis/BugReporter.cpp +++ b/lib/Analysis/BugReporter.cpp @@ -537,7 +537,7 @@ void GRBugReporter::GeneratePathDiagnostic(PathDiagnostic& PD, continue; } - os << V.toString(); + os << V; } os << ":' at line " |