]> granicus.if.org Git - clang/commit
fix a fixme in -emit-html output: highlight the entire range of a macro
authorChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2009 21:32:34 +0000 (21:32 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2009 21:32:34 +0000 (21:32 +0000)
commitb7949a9a91ad8e49124cd6a82ff98972d7efaadc
tree2ecba51b6008be246af7cbed2db596b68f568406
parent6678133b8ce642f93e5141f056fa643112041ad0
fix a fixme in -emit-html output: highlight the entire range of a macro
instantiation, which highlights the arguments of a function like macro
as well as its identifier.

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