Ted Kremenek
|
b5c8225320
|
Use logical line number for BUGLINE.
llvm-svn: 49178
|
2008-04-03 17:55:57 +00:00 |
Ted Kremenek
|
b73d6dda84
|
Added guard for printing out PathDiagnostics whose last element ends with
a piece with a SourceLocation that does not have a FileID.
llvm-svn: 49151
|
2008-04-03 07:13:10 +00:00 |
Ted Kremenek
|
258493c188
|
Added path sequence numbers in HTML output of PathDiagnostics.
llvm-svn: 49116
|
2008-04-02 21:04:20 +00:00 |
Ted Kremenek
|
3276af4c1a
|
Embed BUGLINE, BUGFILE, BUGPATHLENGTH in the emitted HTML file.
llvm-svn: 49114
|
2008-04-02 20:44:16 +00:00 |
Ted Kremenek
|
13c0885a8d
|
Put "BUGDESC" comment tag on its own line.
llvm-svn: 49103
|
2008-04-02 18:03:20 +00:00 |
Ted Kremenek
|
e6eed29125
|
Embed "DESC" tag in HTML reports.
llvm-svn: 49084
|
2008-04-02 07:04:46 +00:00 |
Ted Kremenek
|
a9590d1c0d
|
Embed linkable IDs in message bubbles.
llvm-svn: 49005
|
2008-03-31 23:30:12 +00:00 |
Ted Kremenek
|
3bcfc6edc0
|
Better handling for tabs with message bubbles.
llvm-svn: 49001
|
2008-03-31 23:14:05 +00:00 |
Ted Kremenek
|
01fa5d2a1e
|
When emitting HTML messages, take into account margin fusing due to tabs.
llvm-svn: 48998
|
2008-03-31 21:40:14 +00:00 |
Ted Kremenek
|
30560caa3d
|
For HTMLDiagnostics, when emitting the name of the directory, substitute the current working directory for "."
llvm-svn: 48888
|
2008-03-27 17:25:28 +00:00 |
Ted Kremenek
|
561dfe3153
|
Add html::EscapeText for std::string; use this function to escape text in message bubbles.
llvm-svn: 48884
|
2008-03-27 17:15:29 +00:00 |
Ted Kremenek
|
8d5491f40c
|
Output directory as well as file name.
llvm-svn: 48870
|
2008-03-27 07:39:04 +00:00 |
Ted Kremenek
|
8cc4842a76
|
Added <h3> tag in HTML file output that contains the name of the source file.
llvm-svn: 48869
|
2008-03-27 07:35:49 +00:00 |
Ted Kremenek
|
6efb026623
|
Added "HTMLDiagnostic", a generic DiagnosticClient (that also implements PathDiagnostic)
so that all diagnostics can be piped to HTML files instead of as text diagnostics using --html-diags.
llvm-svn: 48865
|
2008-03-27 06:17:42 +00:00 |