summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/opt-viewer/Outputs/unicode-function-name
Commit message (Collapse)AuthorAgeFilesLines
* [opt-viewer] Add javascript to expand/hide full message for multiline remarks.Florian Hahn2019-01-251-0/+17
| | | | | | | | | | | | | | | | | | | | | | | This patch adds support for displaying remarks with multiple lines. For such remarks, it creates a hidden div containing the message's lines except the first one in a <pre> tag. It also prepends a link (with '+' as text) to the regular remark line. This link can be used to show/hide the div containing the full remark. In combination with D57159, this allows for better displaying of multiline remarks in the html pages generated by opt-viewer. The Javascript is very simple and should be supported by any recent major browser. Reviewers: hfinkel, anemet, thegameg, serge-sans-paille Reviewed By: anemet Differential Revision: https://reviews.llvm.org/D57167 llvm-svn: 352223
* [opt-viewer] Set title for the source pagesAdam Nemet2018-02-261-0/+1
| | | | llvm-svn: 326125
* [opt-viewer] Render utf-8 characters properly in the generated HTMLAdam Nemet2017-12-142-0/+2
| | | | llvm-svn: 320729
* [opt-viewer] Support unicode characters in function namesAdam Nemet2017-12-142-0/+147
This is a Swift feature. The output stream for the index page and the source HTML page is utf-8 now. The next patch will add the HTML magic to properly render these characters in the browser. llvm-svn: 320725
OpenPOWER on IntegriCloud