Go to file
Chris Lattner 8cad67b8a4 simplify this code and make it use highlight range. This
makes -emit-html do nice things for code like:

#define FOO(X) y

int FOO(4
);

highlighting the FOO instance as well as the ) on the next line properly.

llvm-svn: 64710
2009-02-17 00:51:07 +00:00
clang simplify this code and make it use highlight range. This 2009-02-17 00:51:07 +00:00
llvm Testcase for rev. 64704 2009-02-17 00:15:08 +00:00