]> granicus.if.org Git - clang/commit
Add support in HTML macro expansion for hovering over a macro and automatically
authorTed Kremenek <kremenek@apple.com>
Thu, 17 Apr 2008 19:57:27 +0000 (19:57 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 17 Apr 2008 19:57:27 +0000 (19:57 +0000)
commit07339a63b46e38c954fcccbef721c609d0c2040e
treee5614ff36bc198ae9a396f2e931c3b2b47a0f945
parent9e8829be9292c4674653d0c54428cdb3f073929f
Add support in HTML macro expansion for hovering over a macro and automatically
expanding its definition.  This is a pure CSS solution.

Tested on IE7, Firefox 3b4, and Safari 3.1.

Patch by Cedric Venet!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49865 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Rewrite/HTMLRewrite.cpp