]> granicus.if.org Git - clang/commit
Another bug fix in emitting warnings without a path: construct a unit PathDiagnostic...
authorTed Kremenek <kremenek@apple.com>
Fri, 18 Apr 2008 22:56:53 +0000 (22:56 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 18 Apr 2008 22:56:53 +0000 (22:56 +0000)
commit2f0e89ea96292d2974eb1a7dddc0e9870aa86bb7
tree5629147b4f1d47ceebcfce04368e3a2628dbab1a
parent59b6d5ae1c42515340a48040f6ff576a6f48a9c3
Another bug fix in emitting warnings without a path: construct a unit PathDiagnostic as we did
before.  This allows the HTMLDiagnostic object to retrieve the bug type, bug description, etc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49939 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/BugReporter.cpp