diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-07-07 18:31:05 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-07-07 18:31:05 +0000 |
commit | f6f593fae2f0531b4bc06891941f7fbba5217618 (patch) | |
tree | 707e58d08cb84b402f3a78830cb86f75942b9b2c /include/clang/Rewrite/HTMLRewrite.h | |
parent | 88a96d6c3fe2b1b9d80b39c21cf7aca4aa9fcf08 (diff) |
In a report-XXXXX.html, make the title include the name of the file with the bug. Patch by Jean-Daniel Dupas!
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-July/002166.html
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53184 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Rewrite/HTMLRewrite.h')
-rw-r--r-- | include/clang/Rewrite/HTMLRewrite.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Rewrite/HTMLRewrite.h b/include/clang/Rewrite/HTMLRewrite.h index 1ebbade161..dc4d3bf2ab 100644 --- a/include/clang/Rewrite/HTMLRewrite.h +++ b/include/clang/Rewrite/HTMLRewrite.h @@ -62,7 +62,8 @@ namespace html { void AddLineNumbers(Rewriter& R, unsigned FileID); - void AddHeaderFooterInternalBuiltinCSS(Rewriter& R, unsigned FileID); + void AddHeaderFooterInternalBuiltinCSS(Rewriter& R, unsigned FileID, + const char *title = NULL); /// SyntaxHighlight - Relex the specified FileID and annotate the HTML with /// information about keywords, comments, etc. |