[cfe-dev] Fix a small bug in rewrite rope

Cédric Venet cedric.venet at student.ecp.fr
Sat Apr 5 15:15:25 PDT 2008


Hi,

Rewrite rope was dereferencing an end iterator when trying to insert data at
the end of a file. (for example with the emit-html, when the </table> is
emited)

Not sure this is the best way to fix it. But at least, VS don't complain
anymore.

I also added a micro patch: the css font family for monospaced font is
monospace and not fixed.

Regards,

Cédric
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rewriterope-bug-dereference.patch
Type: application/octet-stream
Size: 873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20080406/5f433769/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: css-font.patch
Type: application/octet-stream
Size: 739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20080406/5f433769/attachment-0001.obj>


More information about the cfe-dev mailing list