]> granicus.if.org Git - clang/commit
PathDiagnostics:
authorTed Kremenek <kremenek@apple.com>
Tue, 27 Jan 2009 01:53:39 +0000 (01:53 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 27 Jan 2009 01:53:39 +0000 (01:53 +0000)
commita26ddabc0eb8cf8ea4de1878f84d3b920fc2349f
treed897919f01ceb304e407085d5e61f0b0a72cd5ec
parent54d1ccbfcf19ddf39444f1b4018dd79487cc847b
PathDiagnostics:
- Add the distinction between the 'bug type' and the 'bug description'

HTMLDiagnostics:
- Output the bug type field as HTML comments

scan-build:
- Use the bug type field instead of the bug description for the HTML table.
- Radar filing now automatically picks up the bug description in the title (addresses <rdar://problem/6265970>)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63084 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathDiagnostic.h
lib/Analysis/BugReporter.cpp
lib/Driver/HTMLDiagnostics.cpp
utils/scan-build