]> granicus.if.org Git - clang/commit
split syntax highlighting of macros from keywords and comments,
authorChris Lattner <sabre@nondot.org>
Wed, 16 Apr 2008 06:32:08 +0000 (06:32 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Apr 2008 06:32:08 +0000 (06:32 +0000)
commitc54d50a4180520370c12dd7d06d035263d357d56
tree3a2ee55df61f0fcd1050077fdff6c1ab54657104
parent3245a0a1c7a4fd74fca845b2edba275bb126d773
split syntax highlighting of macros from keywords and comments,
allowing us to use a cheaper means to highlight keywords and making
it so that comments won't foul up macro expansions.

Start highlighting macro expansions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49779 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/HTMLPrint.cpp
include/clang/Rewrite/HTMLRewrite.h
lib/Rewrite/HTMLRewrite.cpp