Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing. | Ted Kremenek | 2008-03-18 | 1 | -33/+30 | |
| | | | | llvm-svn: 48518 | |||||
* | Some cleanups to the HTMLRewrite API. Added support for printing out line | Ted Kremenek | 2008-03-18 | 1 | -23/+105 | |
| | | | | | | numbers (more work to be done on aesthetics). llvm-svn: 48512 | |||||
* | Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag to | Ted Kremenek | 2008-03-18 | 1 | -3/+17 | |
| | | | | | | | indicate whether or not the new tag should be the outermost tag at the specified location (in the case that other tags have been inserted at the same spot). llvm-svn: 48506 | |||||
* | Added the beginning of a set of rewriter functions for pretty-printing source | Ted Kremenek | 2008-03-18 | 1 | -0/+77 | |
code as HTML. Added a new driver option "--emit-html" to dump the source of the main input file as HTML. llvm-svn: 48505 |