]> granicus.if.org Git - clang/commit
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)
commit38d7c34f75eed2089802e209fb29bc2dfbf1b7a7
treea3037644395e4c1ccac0f5bb68c7cb09df0ec0d5
parentabab18373808f2a179a97b00d574e306970934d7
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185707 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp