Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-18 | Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag to | Ted Kremenek | |
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). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48506 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2008-03-18 | Added the beginning of a set of rewriter functions for pretty-printing source | Ted Kremenek | |
code as HTML. Added a new driver option "--emit-html" to dump the source of the main input file as HTML. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48505 91177308-0d34-0410-b5e6-96231b3b80d8 |