Fix PR16547.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 5 Jul 2013 15:05:40 +0000 (15:05 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 5 Jul 2013 15:05:40 +0000 (15:05 +0000)
commite4ffbdf349396b930419d2bf816a19ec75513a8f
tree9e1ce744555d2e55b6485d94f66d99626bf8140d
parentc2e3ba9eedc4cbe47f76d01bf067d987e6d58904
Fix PR16547.

We should not be asking unique_file to prepend the system temporary directory
when creating the html report. Unfortunately I don't think we can test this
with the current infrastructure since unique_file ignores MakeAbsolute if the
directory is already absolute and the paths provided by lit are.

I will take a quick look at making this api a bit less error prone.

llvm-svn: 185707
clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp