]> granicus.if.org Git - clang/commit
Comment parsing: couple TextTokenRetokenizer and comment parser together to
authorDmitri Gribenko <gribozavr@gmail.com>
Tue, 24 Jul 2012 17:52:18 +0000 (17:52 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Tue, 24 Jul 2012 17:52:18 +0000 (17:52 +0000)
commitdb13f04dd0579874932bdb958647d0903f632dd4
tree6fd7057263845ecfe8a8c5e7467000ddd00281fa
parentc4b0f9b851ca59e61b802d58792ea3600fd9a9d4
Comment parsing: couple TextTokenRetokenizer and comment parser together to
remove one of the two variable-length lookahead buffers.  Now retokenizer will
ask for more tokens when it needs them.

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