]> granicus.if.org Git - clang/commit
Remove unsigned and a pointer from a comment token (so that each token can have only...
authorDmitri Gribenko <gribozavr@gmail.com>
Wed, 27 Jun 2012 16:53:58 +0000 (16:53 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Wed, 27 Jun 2012 16:53:58 +0000 (16:53 +0000)
commit962668d2c192dd02f75b8ec3628a89964bfb738b
tree2f8df4bba8cada7495502f1d329762247b05cc07
parentf5e0aeac8a510ba1fd4c83391978cffd31e5ac69
Remove unsigned and a pointer from a comment token (so that each token can have only one semantic string value attached to it), at a cost of adding an additional token.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159270 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/CommentLexer.h
lib/AST/CommentLexer.cpp
unittests/AST/CommentLexer.cpp